Html Css Color HEX #8FB20A Citrus

📋 copy color: '#8FB20A'

red 143 ◦ green 178 ◦ blue 10

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

Shades of Citrus #8FB20A

Tints of Citrus #8FB20A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 53.78%

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

R = 43.2%
G = 53.78%
B = 3.02%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#8FB20A (or 0x8FB20A) is known color: Citrus. HEX triplet: 8F, B2 and 0A. RGB value is (143,178,10). Sum of RGB (Red+Green+Blue) = 143+178+10=331 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.20% from 331); Green value is 178 (69.92% from 255 or 53.78% from 331); Blue value is 10 (4.30% from 255 or 3.02% from 331); Max value from RGB is 178 - color contains mainly: green. Hex color #8FB20A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FB20A is #704DF5. Grayscale: #959595. Windows color (decimal): -7359990 or 701071. OLE color: 701071.

HSL color Cylindrical-coordinate representation of color #8FB20A: hue angle of 72.5º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8FB20A is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB 143 178 10 -
CMYK 0.20 0 0.94 0.30
HSL 72.5º 0.89% 0.37% -
HSV(B) 72.5º 0.94% 0.7% -
XYZ 27.3 37.7 6.13 -
YUV 148.38 49.9 124.16 -
System Red Green Blue C M Y K H S L
Decimal 143 178 10 0.20 0 0.94 0.30 72.5 0.89 0.37
Hex 8F B2 A 14 0 5E 1E 48 59 25
Octal 217 262 12 24 0 136 36 110 131 45
Binary 10001111 10110010 1010 10100 0 1011110 11110 1001000 1011001 100101

Color Harmonies of #8FB20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB20A

Black with #8FB20A

Text Example


Text Example

White with #8FB20A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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