Html Css Color HEX #9AA504 Citrus

📋 copy color: '#9AA504'

red 154 ◦ green 165 ◦ blue 4

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

Shades of Citrus #9AA504

Tints of Citrus #9AA504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.24%

R = 47.68%
G = 51.08%
B = 1.24%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#9AA504 (or 0x9AA504) is known color: Citrus. HEX triplet: 9A, A5 and 04. RGB value is (154,165,4). Sum of RGB (Red+Green+Blue) = 154+165+4=323 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.68% from 323); Green value is 165 (64.84% from 255 or 51.08% from 323); Blue value is 4 (1.95% from 255 or 1.24% from 323); Max value from RGB is 165 - color contains mainly: green. Hex color #9AA504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AA504 is #655AFB. Grayscale: #8F8F8F. Windows color (decimal): -6642428 or 304538. OLE color: 304538.

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

Color convert

RGB 154 165 4 -
CMYK 0.07 0 0.98 0.35
HSL 64.1º 0.95% 0.33% -
HSV(B) 64.1º 0.98% 0.65% -
XYZ 26.8 33.79 5.22 -
YUV 143.36 49.36 135.59 -
System Red Green Blue C M Y K H S L
Decimal 154 165 4 0.07 0 0.98 0.35 64.1 0.95 0.33
Hex 9A A5 4 7 0 62 23 40 5F 21
Octal 232 245 4 7 0 142 43 100 137 41
Binary 10011010 10100101 100 111 0 1100010 100011 1000000 1011111 100001

Color Harmonies of #9AA504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA504

Black with #9AA504

Text Example


Text Example

White with #9AA504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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