Html Css Color HEX #8AAE0D Citrus

📋 copy color: '#8AAE0D'

red 138 ◦ green 174 ◦ blue 13

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

Shades of Citrus #8AAE0D

Tints of Citrus #8AAE0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4%

R = 42.46%
G = 53.54%
B = 4%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#8AAE0D (or 0x8AAE0D) is known color: Citrus. HEX triplet: 8A, AE and 0D. RGB value is (138,174,13). Sum of RGB (Red+Green+Blue) = 138+174+13=325 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.46% from 325); Green value is 174 (68.36% from 255 or 53.54% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAE0D is #7551F2. Grayscale: #919191. Windows color (decimal): -7688691 or 896650. OLE color: 896650.

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

Color convert

RGB 138 174 13 -
CMYK 0.21 0 0.93 0.32
HSL 73.42º 0.86% 0.37% -
HSV(B) 73.42º 0.93% 0.68% -
XYZ 25.69 35.7 5.92 -
YUV 144.88 53.57 123.09 -
System Red Green Blue C M Y K H S L
Decimal 138 174 13 0.21 0 0.93 0.32 73.42 0.86 0.37
Hex 8A AE D 15 0 5D 20 49 56 25
Octal 212 256 15 25 0 135 40 111 126 45
Binary 10001010 10101110 1101 10101 0 1011101 100000 1001001 1010110 100101

Color Harmonies of #8AAE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAE0D

Black with #8AAE0D

Text Example


Text Example

White with #8AAE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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