Html Css Color HEX #9DA007 Citrus

📋 copy color: '#9DA007'

red 157 ◦ green 160 ◦ blue 7

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

Shades of Citrus #9DA007

Tints of Citrus #9DA007

RGB

 RED value IS 157 (61.72% from 255) = 48.46%

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

 BLUE value IS 7 (3.13% from 255) = 2.16%

R = 48.46%
G = 49.38%
B = 2.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#9DA007 (or 0x9DA007) is known color: Citrus. HEX triplet: 9D, A0 and 07. RGB value is (157,160,7). Sum of RGB (Red+Green+Blue) = 157+160+7=324 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.46% from 324); Green value is 160 (62.89% from 255 or 49.38% from 324); Blue value is 7 (3.12% from 255 or 2.16% from 324); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA007 is #625FF8. Grayscale: #8E8E8E. Windows color (decimal): -6447097 or 499869. OLE color: 499869.

HSL color Cylindrical-coordinate representation of color #9DA007: hue angle of 61.18º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9DA007 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB 157 160 7 -
CMYK 0.02 0 0.96 0.37
HSL 61.18º 0.92% 0.33% -
HSV(B) 61.18º 0.96% 0.63% -
XYZ 26.51 32.33 5.04 -
YUV 141.66 52.01 138.94 -
System Red Green Blue C M Y K H S L
Decimal 157 160 7 0.02 0 0.96 0.37 61.18 0.92 0.33
Hex 9D A0 7 2 0 60 25 3D 5C 21
Octal 235 240 7 2 0 140 45 75 134 41
Binary 10011101 10100000 111 10 0 1100000 100101 111101 1011100 100001

Color Harmonies of #9DA007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA007

Black with #9DA007

Text Example


Text Example

White with #9DA007

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,160,7); }

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

background-color css

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

 a { background-color: rgb(157,160,7); }

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

border-color css

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

 span { border-color: rgb(157,160,7); }

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