Html Css Color HEX #8AA702 Citrus

📋 copy color: '#8AA702'

red 138 ◦ green 167 ◦ blue 2

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

Shades of Citrus #8AA702

Tints of Citrus #8AA702

RGB

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

 GREEN value IS 167 (65.63% from 255) = 54.4%

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

R = 44.95%
G = 54.4%
B = 0.65%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#8AA702 (or 0x8AA702) is known color: Citrus. HEX triplet: 8A, A7 and 02. RGB value is (138,167,2). Sum of RGB (Red+Green+Blue) = 138+167+2=307 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.95% from 307); Green value is 167 (65.62% from 255 or 54.40% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 167 - color contains mainly: green. Hex color #8AA702 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA702 is #7558FD. Grayscale: #8C8C8C. Windows color (decimal): -7690494 or 173962. OLE color: 173962.

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

Color convert

RGB 138 167 2 -
CMYK 0.17 0 0.99 0.35
HSL 70.55º 0.98% 0.33% -
HSV(B) 70.55º 0.99% 0.65% -
XYZ 24.31 33.05 5.15 -
YUV 139.52 50.39 126.92 -
System Red Green Blue C M Y K H S L
Decimal 138 167 2 0.17 0 0.99 0.35 70.55 0.98 0.33
Hex 8A A7 2 11 0 63 23 47 62 21
Octal 212 247 2 21 0 143 43 107 142 41
Binary 10001010 10100111 10 10001 0 1100011 100011 1000111 1100010 100001

Color Harmonies of #8AA702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA702

Black with #8AA702

Text Example


Text Example

White with #8AA702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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