Html Css Color HEX #9AA51E Citron

📋 copy color: '#9AA51E'

red 154 ◦ green 165 ◦ blue 30

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

Shades of Citron #9AA51E

Tints of Citron #9AA51E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 47.28%

 BLUE value IS 30 (12.11% from 255) = 8.6%

R = 44.13%
G = 47.28%
B = 8.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#9AA51E (or 0x9AA51E) is known color: Citron. HEX triplet: 9A, A5 and 1E. RGB value is (154,165,30). Sum of RGB (Red+Green+Blue) = 154+165+30=349 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.13% from 349); Green value is 165 (64.84% from 255 or 47.28% from 349); Blue value is 30 (12.11% from 255 or 8.60% from 349); Max value from RGB is 165 - color contains mainly: green. Hex color #9AA51E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AA51E is #655AE1. Grayscale: #929292. Windows color (decimal): -6642402 or 2008474. OLE color: 2008474.

HSL color Cylindrical-coordinate representation of color #9AA51E: hue angle of 64.89º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9AA51E is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB 154 165 30 -
CMYK 0.07 0 0.82 0.35
HSL 64.89º 0.69% 0.38% -
HSV(B) 64.89º 0.82% 0.65% -
XYZ 27.02 33.87 6.34 -
YUV 146.32 62.36 133.48 -
System Red Green Blue C M Y K H S L
Decimal 154 165 30 0.07 0 0.82 0.35 64.89 0.69 0.38
Hex 9A A5 1E 7 0 52 23 41 45 26
Octal 232 245 36 7 0 122 43 101 105 46
Binary 10011010 10100101 11110 111 0 1010010 100011 1000001 1000101 100110

Color Harmonies of #9AA51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA51E

Black with #9AA51E

Text Example


Text Example

White with #9AA51E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,165,30); }

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

background-color css

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

 a { background-color: rgb(154,165,30); }

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

border-color css

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

 span { border-color: rgb(154,165,30); }

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