Html Css Color HEX #9AAF1D Citrus

📋 copy color: '#9AAF1D'

red 154 ◦ green 175 ◦ blue 29

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

Shades of Citrus #9AAF1D

Tints of Citrus #9AAF1D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 48.88%

 BLUE value IS 29 (11.72% from 255) = 8.1%

R = 43.02%
G = 48.88%
B = 8.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#9AAF1D (or 0x9AAF1D) is known color: Citrus. HEX triplet: 9A, AF and 1D. RGB value is (154,175,29). Sum of RGB (Red+Green+Blue) = 154+175+29=358 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.02% from 358); Green value is 175 (68.75% from 255 or 48.88% from 358); Blue value is 29 (11.72% from 255 or 8.10% from 358); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAF1D is #6550E2. Grayscale: #989898. Windows color (decimal): -6639843 or 1945498. OLE color: 1945498.

HSL color Cylindrical-coordinate representation of color #9AAF1D: hue angle of 68.63º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9AAF1D is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 154 175 29 -
CMYK 0.12 0 0.83 0.31
HSL 68.63º 0.72% 0.4% -
HSV(B) 68.63º 0.83% 0.69% -
XYZ 28.88 37.62 6.9 -
YUV 152.08 58.54 129.37 -
System Red Green Blue C M Y K H S L
Decimal 154 175 29 0.12 0 0.83 0.31 68.63 0.72 0.4
Hex 9A AF 1D C 0 53 1F 45 48 28
Octal 232 257 35 14 0 123 37 105 110 50
Binary 10011010 10101111 11101 1100 0 1010011 11111 1000101 1001000 101000

Color Harmonies of #9AAF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAF1D

Black with #9AAF1D

Text Example


Text Example

White with #9AAF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,175,29); }

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

background-color css

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

 a { background-color: rgb(154,175,29); }

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

border-color css

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

 span { border-color: rgb(154,175,29); }

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