Html Css Color HEX #8CCC12 Citrus

📋 copy color: '#8CCC12'

red 140 ◦ green 204 ◦ blue 18

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

Shades of Citrus #8CCC12

Tints of Citrus #8CCC12

RGB

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

 GREEN value IS 204 (80.08% from 255) = 56.35%

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

R = 38.67%
G = 56.35%
B = 4.97%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#8CCC12 (or 0x8CCC12) is known color: Citrus. HEX triplet: 8C, CC and 12. RGB value is (140,204,18). Sum of RGB (Red+Green+Blue) = 140+204+18=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 204 (80.08% from 255 or 56.35% from 362); Blue value is 18 (7.42% from 255 or 4.97% from 362); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCC12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CCC12 is #7333ED. Grayscale: #A4A4A4. Windows color (decimal): -7549934 or 1232012. OLE color: 1232012.

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

Color convert

RGB 140 204 18 -
CMYK 0.31 0 0.91 0.2
HSL 80.65º 0.84% 0.44% -
HSV(B) 80.65º 0.91% 0.8% -
XYZ 32.52 48.8 8.28 -
YUV 163.66 45.8 111.12 -
System Red Green Blue C M Y K H S L
Decimal 140 204 18 0.31 0 0.91 0.2 80.65 0.84 0.44
Hex 8C CC 12 1F 0 5B 14 51 54 2C
Octal 214 314 22 37 0 133 24 121 124 54
Binary 10001100 11001100 10010 11111 0 1011011 10100 1010001 1010100 101100

Color Harmonies of #8CCC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCC12

Black with #8CCC12

Text Example


Text Example

White with #8CCC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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