Html Css Color HEX #8CCA04 Citrus

📋 copy color: '#8CCA04'

red 140 ◦ green 202 ◦ blue 4

#8CCA04
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #8CCA04

Tints of Citrus #8CCA04

RGB

 RED value IS 140 (55.08% from 255) = 40.46%

 GREEN value IS 202 (79.3% from 255) = 58.38%

 BLUE value IS 4 (1.95% from 255) = 1.16%

R = 40.46%
G = 58.38%
B = 1.16%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.98

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8CCA04 (or 0x8CCA04) is known color: Citrus. HEX triplet: 8C, CA and 04. RGB value is (140,202,4). Sum of RGB (Red+Green+Blue) = 140+202+4=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 202 (79.30% from 255 or 58.38% from 346); Blue value is 4 (1.95% from 255 or 1.16% from 346); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CCA04 is #7335FB. Grayscale: #A1A1A1. Windows color (decimal): -7550460 or 313996. OLE color: 313996.

HSL color Cylindrical-coordinate representation of color #8CCA04: hue angle of 78.79º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8CCA04 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 140 202 4 -
CMYK 0.31 0 0.98 0.21
HSL 78.79º 0.96% 0.4% -
HSV(B) 78.79º 0.98% 0.79% -
XYZ 31.96 47.83 7.66 -
YUV 160.89 39.46 113.1 -
System Red Green Blue C M Y K H S L
Decimal 140 202 4 0.31 0 0.98 0.21 78.79 0.96 0.4
Hex 8C CA 4 1F 0 62 15 4F 60 28
Octal 214 312 4 37 0 142 25 117 140 50
Binary 10001100 11001010 100 11111 0 1100010 10101 1001111 1100000 101000

Color Harmonies of #8CCA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCA04

Black with #8CCA04

Text Example


Text Example

White with #8CCA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CCA04; }

 p { color: rgb(140,202,4); }

 H1.HeaderClassName
 {
   color: #8CCA04;
 }
 .AnyTagClassName
 {
   color: #8CCA04;
 }
</style>

background-color css

<style>
 a { background-color: #8CCA04; }

 a { background-color: rgb(140,202,4); }

 div.DivClassName
 {
   background-color: #8CCA04;
 }
 .BgClassName
 {
   background-color: #8CCA04;
 }
</style>

border-color css

<style>
 span { border-color: #8CCA04; }

 span { border-color: rgb(140,202,4); }

 td.TdClassName
 {
   border-color: #8CCA04;
 }
 .TagClassName
 {
   border-color: #8CCA04;
 }
</style>