Html Css Color HEX #8CCA0C Citrus

📋 copy color: '#8CCA0C'

red 140 ◦ green 202 ◦ blue 12

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

Shades of Citrus #8CCA0C

Tints of Citrus #8CCA0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.39%

R = 39.55%
G = 57.06%
B = 3.39%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#8CCA0C (or 0x8CCA0C) is known color: Citrus. HEX triplet: 8C, CA and 0C. RGB value is (140,202,12). Sum of RGB (Red+Green+Blue) = 140+202+12=354 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.55% from 354); Green value is 202 (79.30% from 255 or 57.06% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CCA0C is #7335F3. Grayscale: #A2A2A2. Windows color (decimal): -7550452 or 838284. OLE color: 838284.

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

Color convert

RGB 140 202 12 -
CMYK 0.31 0 0.94 0.21
HSL 79.58º 0.89% 0.42% -
HSV(B) 79.58º 0.94% 0.79% -
XYZ 32 47.84 7.9 -
YUV 161.8 43.46 112.45 -
System Red Green Blue C M Y K H S L
Decimal 140 202 12 0.31 0 0.94 0.21 79.58 0.89 0.42
Hex 8C CA C 1F 0 5E 15 50 59 2A
Octal 214 312 14 37 0 136 25 120 131 52
Binary 10001100 11001010 1100 11111 0 1011110 10101 1010000 1011001 101010

Color Harmonies of #8CCA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCA0C

Black with #8CCA0C

Text Example


Text Example

White with #8CCA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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