Html Css Color HEX #8AAF04 Citrus

📋 copy color: '#8AAF04'

red 138 ◦ green 175 ◦ blue 4

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

Shades of Citrus #8AAF04

Tints of Citrus #8AAF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.26%

R = 43.53%
G = 55.21%
B = 1.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#8AAF04 (or 0x8AAF04) is known color: Citrus. HEX triplet: 8A, AF and 04. RGB value is (138,175,4). Sum of RGB (Red+Green+Blue) = 138+175+4=317 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.53% from 317); Green value is 175 (68.75% from 255 or 55.21% from 317); Blue value is 4 (1.95% from 255 or 1.26% from 317); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAF04 is #7550FB. Grayscale: #919191. Windows color (decimal): -7688444 or 307082. OLE color: 307082.

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

Color convert

RGB 138 175 4 -
CMYK 0.21 0 0.98 0.31
HSL 72.98º 0.96% 0.35% -
HSV(B) 72.98º 0.98% 0.69% -
XYZ 25.83 36.07 5.72 -
YUV 144.44 48.74 123.4 -
System Red Green Blue C M Y K H S L
Decimal 138 175 4 0.21 0 0.98 0.31 72.98 0.96 0.35
Hex 8A AF 4 15 0 62 1F 49 60 23
Octal 212 257 4 25 0 142 37 111 140 43
Binary 10001010 10101111 100 10101 0 1100010 11111 1001001 1100000 100011

Color Harmonies of #8AAF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAF04

Black with #8AAF04

Text Example


Text Example

White with #8AAF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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