Html Css Color HEX #8AB902 Citrus

📋 copy color: '#8AB902'

red 138 ◦ green 185 ◦ blue 2

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

Shades of Citrus #8AB902

Tints of Citrus #8AB902

RGB

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

 GREEN value IS 185 (72.66% from 255) = 56.92%

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

R = 42.46%
G = 56.92%
B = 0.62%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#8AB902 (or 0x8AB902) is known color: Citrus. HEX triplet: 8A, B9 and 02. RGB value is (138,185,2). Sum of RGB (Red+Green+Blue) = 138+185+2=325 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.46% from 325); Green value is 185 (72.66% from 255 or 56.92% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB902 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB902 is #7546FD. Grayscale: #969696. Windows color (decimal): -7685886 or 178570. OLE color: 178570.

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

Color convert

RGB 138 185 2 -
CMYK 0.25 0 0.99 0.27
HSL 75.41º 0.98% 0.37% -
HSV(B) 75.41º 0.99% 0.73% -
XYZ 27.84 40.11 6.33 -
YUV 150.09 44.43 119.38 -
System Red Green Blue C M Y K H S L
Decimal 138 185 2 0.25 0 0.99 0.27 75.41 0.98 0.37
Hex 8A B9 2 19 0 63 1B 4B 62 25
Octal 212 271 2 31 0 143 33 113 142 45
Binary 10001010 10111001 10 11001 0 1100011 11011 1001011 1100010 100101

Color Harmonies of #8AB902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB902

Black with #8AB902

Text Example


Text Example

White with #8AB902

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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