Html Css Color HEX #8AAE0B Citrus

📋 copy color: '#8AAE0B'

red 138 ◦ green 174 ◦ blue 11

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

Shades of Citrus #8AAE0B

Tints of Citrus #8AAE0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.41%

R = 42.72%
G = 53.87%
B = 3.41%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#8AAE0B (or 0x8AAE0B) is known color: Citrus. HEX triplet: 8A, AE and 0B. RGB value is (138,174,11). Sum of RGB (Red+Green+Blue) = 138+174+11=323 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.72% from 323); Green value is 174 (68.36% from 255 or 53.87% from 323); Blue value is 11 (4.69% from 255 or 3.41% from 323); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAE0B is #7551F4. Grayscale: #919191. Windows color (decimal): -7688693 or 765578. OLE color: 765578.

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

Color convert

RGB 138 174 11 -
CMYK 0.21 0 0.94 0.32
HSL 73.25º 0.88% 0.36% -
HSV(B) 73.25º 0.94% 0.68% -
XYZ 25.68 35.7 5.85 -
YUV 144.65 52.57 123.25 -
System Red Green Blue C M Y K H S L
Decimal 138 174 11 0.21 0 0.94 0.32 73.25 0.88 0.36
Hex 8A AE B 15 0 5E 20 49 58 24
Octal 212 256 13 25 0 136 40 111 130 44
Binary 10001010 10101110 1011 10101 0 1011110 100000 1001001 1011000 100100

Color Harmonies of #8AAE0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAE0B

Black with #8AAE0B

Text Example


Text Example

White with #8AAE0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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