Html Css Color HEX #8FC30A Citrus

📋 copy color: '#8FC30A'

red 143 ◦ green 195 ◦ blue 10

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

Shades of Citrus #8FC30A

Tints of Citrus #8FC30A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.87%

R = 41.09%
G = 56.03%
B = 2.87%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#8FC30A (or 0x8FC30A) is known color: Citrus. HEX triplet: 8F, C3 and 0A. RGB value is (143,195,10). Sum of RGB (Red+Green+Blue) = 143+195+10=348 (46% of max value = 765). Red value is 143 (56.25% from 255 or 41.09% from 348); Green value is 195 (76.56% from 255 or 56.03% from 348); Blue value is 10 (4.30% from 255 or 2.87% from 348); Max value from RGB is 195 - color contains mainly: green. Hex color #8FC30A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC30A is #703CF5. Grayscale: #9F9F9F. Windows color (decimal): -7355638 or 705423. OLE color: 705423.

HSL color Cylindrical-coordinate representation of color #8FC30A: hue angle of 76.86º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8FC30A is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 143 195 10 -
CMYK 0.27 0 0.95 0.24
HSL 76.86º 0.9% 0.4% -
HSV(B) 76.86º 0.95% 0.76% -
XYZ 30.9 44.89 7.32 -
YUV 158.36 44.27 117.04 -
System Red Green Blue C M Y K H S L
Decimal 143 195 10 0.27 0 0.95 0.24 76.86 0.9 0.4
Hex 8F C3 A 1B 0 5F 18 4D 5A 28
Octal 217 303 12 33 0 137 30 115 132 50
Binary 10001111 11000011 1010 11011 0 1011111 11000 1001101 1011010 101000

Color Harmonies of #8FC30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC30A

Black with #8FC30A

Text Example


Text Example

White with #8FC30A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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