Html Css Color HEX #8AAE06 Citrus

📋 copy color: '#8AAE06'

red 138 ◦ green 174 ◦ blue 6

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

Shades of Citrus #8AAE06

Tints of Citrus #8AAE06

RGB

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

 GREEN value IS 174 (68.36% from 255) = 54.72%

 BLUE value IS 6 (2.73% from 255) = 1.89%

R = 43.4%
G = 54.72%
B = 1.89%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#8AAE06 (or 0x8AAE06) is known color: Citrus. HEX triplet: 8A, AE and 06. RGB value is (138,174,6). Sum of RGB (Red+Green+Blue) = 138+174+6=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 174 (68.36% from 255 or 54.72% from 318); Blue value is 6 (2.73% from 255 or 1.89% from 318); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAE06 is #7551F9. Grayscale: #909090. Windows color (decimal): -7688698 or 437898. OLE color: 437898.

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

Color convert

RGB 138 174 6 -
CMYK 0.21 0 0.97 0.32
HSL 72.86º 0.93% 0.35% -
HSV(B) 72.86º 0.97% 0.68% -
XYZ 25.65 35.69 5.71 -
YUV 144.08 50.07 123.66 -
System Red Green Blue C M Y K H S L
Decimal 138 174 6 0.21 0 0.97 0.32 72.86 0.93 0.35
Hex 8A AE 6 15 0 61 20 49 5D 23
Octal 212 256 6 25 0 141 40 111 135 43
Binary 10001010 10101110 110 10101 0 1100001 100000 1001001 1011101 100011

Color Harmonies of #8AAE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAE06

Black with #8AAE06

Text Example


Text Example

White with #8AAE06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,174,6); }

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

background-color css

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

 a { background-color: rgb(138,174,6); }

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

border-color css

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

 span { border-color: rgb(138,174,6); }

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