Html Css Color HEX #8FC30C Citrus

📋 copy color: '#8FC30C'

red 143 ◦ green 195 ◦ blue 12

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

Shades of Citrus #8FC30C

Tints of Citrus #8FC30C

RGB

 RED value IS 143 (56.25% from 255) = 40.86%

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

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

R = 40.86%
G = 55.71%
B = 3.43%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#8FC30C (or 0x8FC30C) is known color: Citrus. HEX triplet: 8F, C3 and 0C. RGB value is (143,195,12). Sum of RGB (Red+Green+Blue) = 143+195+12=350 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.86% from 350); Green value is 195 (76.56% from 255 or 55.71% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 195 - color contains mainly: green. Hex color #8FC30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC30C is #703CF3. Grayscale: #9F9F9F. Windows color (decimal): -7355636 or 836495. OLE color: 836495.

HSL color Cylindrical-coordinate representation of color #8FC30C: hue angle of 77.05º 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 #8FC30C is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 143 195 12 -
CMYK 0.27 0 0.94 0.24
HSL 77.05º 0.88% 0.41% -
HSV(B) 77.05º 0.94% 0.76% -
XYZ 30.91 44.9 7.38 -
YUV 158.59 45.27 116.88 -
System Red Green Blue C M Y K H S L
Decimal 143 195 12 0.27 0 0.94 0.24 77.05 0.88 0.41
Hex 8F C3 C 1B 0 5E 18 4D 58 29
Octal 217 303 14 33 0 136 30 115 130 51
Binary 10001111 11000011 1100 11011 0 1011110 11000 1001101 1011000 101001

Color Harmonies of #8FC30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC30C

Black with #8FC30C

Text Example


Text Example

White with #8FC30C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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