Html Css Color HEX #8CCA12 Citrus

📋 copy color: '#8CCA12'

red 140 ◦ green 202 ◦ blue 18

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

Shades of Citrus #8CCA12

Tints of Citrus #8CCA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5%

R = 38.89%
G = 56.11%
B = 5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#8CCA12 (or 0x8CCA12) is known color: Citrus. HEX triplet: 8C, CA and 12. RGB value is (140,202,18). Sum of RGB (Red+Green+Blue) = 140+202+18=360 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.89% from 360); Green value is 202 (79.30% from 255 or 56.11% from 360); Blue value is 18 (7.42% from 255 or 5% from 360); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CCA12 is #7335ED. Grayscale: #A3A3A3. Windows color (decimal): -7550446 or 1231500. OLE color: 1231500.

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

Color convert

RGB 140 202 18 -
CMYK 0.31 0 0.91 0.21
HSL 80.22º 0.84% 0.43% -
HSV(B) 80.22º 0.91% 0.79% -
XYZ 32.04 47.86 8.12 -
YUV 162.49 46.46 111.96 -
System Red Green Blue C M Y K H S L
Decimal 140 202 18 0.31 0 0.91 0.21 80.22 0.84 0.43
Hex 8C CA 12 1F 0 5B 15 50 54 2B
Octal 214 312 22 37 0 133 25 120 124 53
Binary 10001100 11001010 10010 11111 0 1011011 10101 1010000 1010100 101011

Color Harmonies of #8CCA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCA12

Black with #8CCA12

Text Example


Text Example

White with #8CCA12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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