Html Css Color HEX #8ABB05 Citrus

📋 copy color: '#8ABB05'

red 138 ◦ green 187 ◦ blue 5

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

Shades of Citrus #8ABB05

Tints of Citrus #8ABB05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.52%

R = 41.82%
G = 56.67%
B = 1.52%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#8ABB05 (or 0x8ABB05) is known color: Citrus. HEX triplet: 8A, BB and 05. RGB value is (138,187,5). Sum of RGB (Red+Green+Blue) = 138+187+5=330 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.82% from 330); Green value is 187 (73.44% from 255 or 56.67% from 330); Blue value is 5 (2.34% from 255 or 1.52% from 330); Max value from RGB is 187 - color contains mainly: green. Hex color #8ABB05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ABB05 is #7544FA. Grayscale: #989898. Windows color (decimal): -7685371 or 375690. OLE color: 375690.

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

Color convert

RGB 138 187 5 -
CMYK 0.26 0 0.97 0.27
HSL 76.15º 0.95% 0.38% -
HSV(B) 76.15º 0.97% 0.73% -
XYZ 28.28 40.95 6.56 -
YUV 151.6 45.27 118.3 -
System Red Green Blue C M Y K H S L
Decimal 138 187 5 0.26 0 0.97 0.27 76.15 0.95 0.38
Hex 8A BB 5 1A 0 61 1B 4C 5F 26
Octal 212 273 5 32 0 141 33 114 137 46
Binary 10001010 10111011 101 11010 0 1100001 11011 1001100 1011111 100110

Color Harmonies of #8ABB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABB05

Black with #8ABB05

Text Example


Text Example

White with #8ABB05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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