Html Css Color HEX #8ABF02 Citrus

📋 copy color: '#8ABF02'

red 138 ◦ green 191 ◦ blue 2

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

Shades of Citrus #8ABF02

Tints of Citrus #8ABF02

RGB

 RED value IS 138 (54.3% from 255) = 41.69%

 GREEN value IS 191 (75% from 255) = 57.7%

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 41.69%
G = 57.7%
B = 0.6%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#8ABF02 (or 0x8ABF02) is known color: Citrus. HEX triplet: 8A, BF and 02. RGB value is (138,191,2). Sum of RGB (Red+Green+Blue) = 138+191+2=331 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.69% from 331); Green value is 191 (75% from 255 or 57.70% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 191 - color contains mainly: green. Hex color #8ABF02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ABF02 is #7540FD. Grayscale: #9A9A9A. Windows color (decimal): -7684350 or 180106. OLE color: 180106.

HSL color Cylindrical-coordinate representation of color #8ABF02: hue angle of 76.83º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8ABF02 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 191 2 -
CMYK 0.28 0 0.99 0.25
HSL 76.83º 0.98% 0.38% -
HSV(B) 76.83º 0.99% 0.75% -
XYZ 29.12 42.67 6.76 -
YUV 153.61 42.44 116.87 -
System Red Green Blue C M Y K H S L
Decimal 138 191 2 0.28 0 0.99 0.25 76.83 0.98 0.38
Hex 8A BF 2 1C 0 63 19 4D 62 26
Octal 212 277 2 34 0 143 31 115 142 46
Binary 10001010 10111111 10 11100 0 1100011 11001 1001101 1100010 100110

Color Harmonies of #8ABF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABF02

Black with #8ABF02

Text Example


Text Example

White with #8ABF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,191,2); }

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

background-color css

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

 a { background-color: rgb(138,191,2); }

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

border-color css

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

 span { border-color: rgb(138,191,2); }

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