Html Css Color HEX #8CC30C Citrus

📋 copy color: '#8CC30C'

red 140 ◦ green 195 ◦ blue 12

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

Shades of Citrus #8CC30C

Tints of Citrus #8CC30C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 56.2%

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

R = 40.35%
G = 56.2%
B = 3.46%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#8CC30C (or 0x8CC30C) is known color: Citrus. HEX triplet: 8C, C3 and 0C. RGB value is (140,195,12). Sum of RGB (Red+Green+Blue) = 140+195+12=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 195 (76.56% from 255 or 56.20% from 347); Blue value is 12 (5.08% from 255 or 3.46% from 347); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC30C is #733CF3. Grayscale: #9E9E9E. Windows color (decimal): -7552244 or 836492. OLE color: 836492.

HSL color Cylindrical-coordinate representation of color #8CC30C: hue angle of 78.03º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8CC30C is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 140 195 12 -
CMYK 0.28 0 0.94 0.24
HSL 78.03º 0.88% 0.41% -
HSV(B) 78.03º 0.94% 0.76% -
XYZ 30.4 44.63 7.36 -
YUV 157.69 45.78 115.38 -
System Red Green Blue C M Y K H S L
Decimal 140 195 12 0.28 0 0.94 0.24 78.03 0.88 0.41
Hex 8C C3 C 1C 0 5E 18 4E 58 29
Octal 214 303 14 34 0 136 30 116 130 51
Binary 10001100 11000011 1100 11100 0 1011110 11000 1001110 1011000 101001

Color Harmonies of #8CC30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC30C

Black with #8CC30C

Text Example


Text Example

White with #8CC30C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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