Html Css Color HEX #8AAE01 Citrus

📋 copy color: '#8AAE01'

red 138 ◦ green 174 ◦ blue 1

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

Shades of Citrus #8AAE01

Tints of Citrus #8AAE01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 44.09%
G = 55.59%
B = 0.32%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#8AAE01 (or 0x8AAE01) is known color: Citrus. HEX triplet: 8A, AE and 01. RGB value is (138,174,1). Sum of RGB (Red+Green+Blue) = 138+174+1=313 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.09% from 313); Green value is 174 (68.36% from 255 or 55.59% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAE01 is #7551FE. Grayscale: #909090. Windows color (decimal): -7688703 or 110218. OLE color: 110218.

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

Color convert

RGB 138 174 1 -
CMYK 0.21 0 0.99 0.32
HSL 72.49º 0.99% 0.34% -
HSV(B) 72.49º 0.99% 0.68% -
XYZ 25.62 35.68 5.56 -
YUV 143.51 47.57 124.07 -
System Red Green Blue C M Y K H S L
Decimal 138 174 1 0.21 0 0.99 0.32 72.49 0.99 0.34
Hex 8A AE 1 15 0 63 20 48 63 22
Octal 212 256 1 25 0 143 40 110 143 42
Binary 10001010 10101110 1 10101 0 1100011 100000 1001000 1100011 100010

Color Harmonies of #8AAE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAE01

Black with #8AAE01

Text Example


Text Example

White with #8AAE01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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