Html Css Color HEX #9AA015 Citron

📋 copy color: '#9AA015'

red 154 ◦ green 160 ◦ blue 21

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

Shades of Citron #9AA015

Tints of Citron #9AA015

RGB

 RED value IS 154 (60.55% from 255) = 45.97%

 GREEN value IS 160 (62.89% from 255) = 47.76%

 BLUE value IS 21 (8.59% from 255) = 6.27%

R = 45.97%
G = 47.76%
B = 6.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#9AA015 (or 0x9AA015) is known color: Citron. HEX triplet: 9A, A0 and 15. RGB value is (154,160,21). Sum of RGB (Red+Green+Blue) = 154+160+21=335 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.97% from 335); Green value is 160 (62.89% from 255 or 47.76% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 160 - color contains mainly: green. Hex color #9AA015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AA015 is #655FEA. Grayscale: #8E8E8E. Windows color (decimal): -6643691 or 1417370. OLE color: 1417370.

HSL color Cylindrical-coordinate representation of color #9AA015: hue angle of 62.59º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9AA015 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.37.

Color convert

RGB 154 160 21 -
CMYK 0.04 0 0.87 0.37
HSL 62.59º 0.77% 0.35% -
HSV(B) 62.59º 0.87% 0.63% -
XYZ 26.03 32.07 5.53 -
YUV 142.36 59.51 136.3 -
System Red Green Blue C M Y K H S L
Decimal 154 160 21 0.04 0 0.87 0.37 62.59 0.77 0.35
Hex 9A A0 15 4 0 57 25 3F 4D 23
Octal 232 240 25 4 0 127 45 77 115 43
Binary 10011010 10100000 10101 100 0 1010111 100101 111111 1001101 100011

Color Harmonies of #9AA015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA015

Black with #9AA015

Text Example


Text Example

White with #9AA015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AA015; }

 p { color: rgb(154,160,21); }

 H1.HeaderClassName
 {
   color: #9AA015;
 }
 .AnyTagClassName
 {
   color: #9AA015;
 }
</style>

background-color css

<style>
 a { background-color: #9AA015; }

 a { background-color: rgb(154,160,21); }

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

border-color css

<style>
 span { border-color: #9AA015; }

 span { border-color: rgb(154,160,21); }

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