Html Css Color HEX #8AB302 Citrus

📋 copy color: '#8AB302'

red 138 ◦ green 179 ◦ blue 2

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

Shades of Citrus #8AB302

Tints of Citrus #8AB302

RGB

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

 GREEN value IS 179 (70.31% from 255) = 56.11%

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

R = 43.26%
G = 56.11%
B = 0.63%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#8AB302 (or 0x8AB302) is known color: Citrus. HEX triplet: 8A, B3 and 02. RGB value is (138,179,2). Sum of RGB (Red+Green+Blue) = 138+179+2=319 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.26% from 319); Green value is 179 (70.31% from 255 or 56.11% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB302 is #754CFD. Grayscale: #939393. Windows color (decimal): -7687422 or 177034. OLE color: 177034.

HSL color Cylindrical-coordinate representation of color #8AB302: hue angle of 73.9º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8AB302 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 138 179 2 -
CMYK 0.23 0 0.99 0.30
HSL 73.9º 0.98% 0.35% -
HSV(B) 73.9º 0.99% 0.7% -
XYZ 26.61 37.65 5.92 -
YUV 146.56 46.42 121.89 -
System Red Green Blue C M Y K H S L
Decimal 138 179 2 0.23 0 0.99 0.30 73.9 0.98 0.35
Hex 8A B3 2 17 0 63 1E 4A 62 23
Octal 212 263 2 27 0 143 36 112 142 43
Binary 10001010 10110011 10 10111 0 1100011 11110 1001010 1100010 100011

Color Harmonies of #8AB302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB302

Black with #8AB302

Text Example


Text Example

White with #8AB302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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