Html Css Color HEX #8AB602 Citrus

📋 copy color: '#8AB602'

red 138 ◦ green 182 ◦ blue 2

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

Shades of Citrus #8AB602

Tints of Citrus #8AB602

RGB

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

 GREEN value IS 182 (71.48% from 255) = 56.52%

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

R = 42.86%
G = 56.52%
B = 0.62%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#8AB602 (or 0x8AB602) is known color: Citrus. HEX triplet: 8A, B6 and 02. RGB value is (138,182,2). Sum of RGB (Red+Green+Blue) = 138+182+2=322 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.86% from 322); Green value is 182 (71.48% from 255 or 56.52% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 182 - color contains mainly: green. Hex color #8AB602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB602 is #7549FD. Grayscale: #959595. Windows color (decimal): -7686654 or 177802. OLE color: 177802.

HSL color Cylindrical-coordinate representation of color #8AB602: hue angle of 74.67º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8AB602 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 138 182 2 -
CMYK 0.24 0 0.99 0.29
HSL 74.67º 0.98% 0.36% -
HSV(B) 74.67º 0.99% 0.71% -
XYZ 27.22 38.86 6.12 -
YUV 148.32 45.42 120.64 -
System Red Green Blue C M Y K H S L
Decimal 138 182 2 0.24 0 0.99 0.29 74.67 0.98 0.36
Hex 8A B6 2 18 0 63 1D 4B 62 24
Octal 212 266 2 30 0 143 35 113 142 44
Binary 10001010 10110110 10 11000 0 1100011 11101 1001011 1100010 100100

Color Harmonies of #8AB602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB602

Black with #8AB602

Text Example


Text Example

White with #8AB602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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