Html Css Color HEX #8ABE02 Citrus

📋 copy color: '#8ABE02'

red 138 ◦ green 190 ◦ blue 2

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

Shades of Citrus #8ABE02

Tints of Citrus #8ABE02

RGB

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

 GREEN value IS 190 (74.61% from 255) = 57.58%

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

R = 41.82%
G = 57.58%
B = 0.61%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#8ABE02 (or 0x8ABE02) is known color: Citrus. HEX triplet: 8A, BE and 02. RGB value is (138,190,2). Sum of RGB (Red+Green+Blue) = 138+190+2=330 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.82% from 330); Green value is 190 (74.61% from 255 or 57.58% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 190 - color contains mainly: green. Hex color #8ABE02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ABE02 is #7541FD. Grayscale: #999999. Windows color (decimal): -7684606 or 179850. OLE color: 179850.

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

Color convert

RGB 138 190 2 -
CMYK 0.27 0 0.99 0.25
HSL 76.6º 0.98% 0.38% -
HSV(B) 76.6º 0.99% 0.75% -
XYZ 28.91 42.23 6.69 -
YUV 153.02 42.77 117.29 -
System Red Green Blue C M Y K H S L
Decimal 138 190 2 0.27 0 0.99 0.25 76.6 0.98 0.38
Hex 8A BE 2 1B 0 63 19 4D 62 26
Octal 212 276 2 33 0 143 31 115 142 46
Binary 10001010 10111110 10 11011 0 1100011 11001 1001101 1100010 100110

Color Harmonies of #8ABE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABE02

Black with #8ABE02

Text Example


Text Example

White with #8ABE02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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