Html Css Color HEX #8ABB00 Citrus

📋 copy color: '#8ABB00'

red 138 ◦ green 187 ◦ blue 0

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

Shades of Citrus #8ABB00

Tints of Citrus #8ABB00

RGB

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

 GREEN value IS 187 (73.44% from 255) = 57.54%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.46%
G = 57.54%
B = 0%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#8ABB00 (or 0x8ABB00) is known color: Citrus. HEX triplet: 8A, BB and 00. RGB value is (138,187,0). Sum of RGB (Red+Green+Blue) = 138+187+0=325 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.46% from 325); Green value is 187 (73.44% from 255 or 57.54% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 187 - color contains mainly: green. Hex color #8ABB00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ABB00 is #7544FF. Grayscale: #979797. Windows color (decimal): -7685376 or 48010. OLE color: 48010.

HSL color Cylindrical-coordinate representation of color #8ABB00: hue angle of 75.72º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8ABB00 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 187 0 -
CMYK 0.26 0 1 0.27
HSL 75.72º 1% 0.37% -
HSV(B) 75.72º 1% 0.73% -
XYZ 28.25 40.94 6.41 -
YUV 151.03 42.77 118.71 -
System Red Green Blue C M Y K H S L
Decimal 138 187 0 0.26 0 1 0.27 75.72 1 0.37
Hex 8A BB 0 1A 0 64 1B 4C 64 25
Octal 212 273 0 32 0 144 33 114 144 45
Binary 10001010 10111011 0 11010 0 1100100 11011 1001100 1100100 100101

Color Harmonies of #8ABB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABB00

Black with #8ABB00

Text Example


Text Example

White with #8ABB00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,187,0); }

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

background-color css

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

 a { background-color: rgb(138,187,0); }

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

border-color css

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

 span { border-color: rgb(138,187,0); }

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