Html Css Color HEX #8AAF05 Citrus

📋 copy color: '#8AAF05'

red 138 ◦ green 175 ◦ blue 5

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

Shades of Citrus #8AAF05

Tints of Citrus #8AAF05

RGB

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

 GREEN value IS 175 (68.75% from 255) = 55.03%

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

R = 43.4%
G = 55.03%
B = 1.57%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#8AAF05 (or 0x8AAF05) is known color: Citrus. HEX triplet: 8A, AF and 05. RGB value is (138,175,5). Sum of RGB (Red+Green+Blue) = 138+175+5=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 175 (68.75% from 255 or 55.03% from 318); Blue value is 5 (2.34% from 255 or 1.57% from 318); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAF05 is #7550FA. Grayscale: #919191. Windows color (decimal): -7688443 or 372618. OLE color: 372618.

HSL color Cylindrical-coordinate representation of color #8AAF05: hue angle of 73.06º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8AAF05 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 138 175 5 -
CMYK 0.21 0 0.97 0.31
HSL 73.06º 0.94% 0.35% -
HSV(B) 73.06º 0.97% 0.69% -
XYZ 25.84 36.07 5.74 -
YUV 144.56 49.24 123.32 -
System Red Green Blue C M Y K H S L
Decimal 138 175 5 0.21 0 0.97 0.31 73.06 0.94 0.35
Hex 8A AF 5 15 0 61 1F 49 5E 23
Octal 212 257 5 25 0 141 37 111 136 43
Binary 10001010 10101111 101 10101 0 1100001 11111 1001001 1011110 100011

Color Harmonies of #8AAF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAF05

Black with #8AAF05

Text Example


Text Example

White with #8AAF05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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