Html Css Color HEX #9DA201 Citrus

📋 copy color: '#9DA201'

red 157 ◦ green 162 ◦ blue 1

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

Shades of Citrus #9DA201

Tints of Citrus #9DA201

RGB

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

 GREEN value IS 162 (63.67% from 255) = 50.63%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 49.06%
G = 50.63%
B = 0.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#9DA201 (or 0x9DA201) is known color: Citrus. HEX triplet: 9D, A2 and 01. RGB value is (157,162,1). Sum of RGB (Red+Green+Blue) = 157+162+1=320 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.06% from 320); Green value is 162 (63.67% from 255 or 50.62% from 320); Blue value is 1 (0.78% from 255 or 0.31% from 320); Max value from RGB is 162 - color contains mainly: green. Hex color #9DA201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA201 is #625DFE. Grayscale: #8E8E8E. Windows color (decimal): -6446591 or 107165. OLE color: 107165.

HSL color Cylindrical-coordinate representation of color #9DA201: hue angle of 61.86º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9DA201 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 157 162 1 -
CMYK 0.03 0 0.99 0.36
HSL 61.86º 0.99% 0.32% -
HSV(B) 61.86º 0.99% 0.64% -
XYZ 26.83 33.01 4.99 -
YUV 142.15 48.34 138.59 -
System Red Green Blue C M Y K H S L
Decimal 157 162 1 0.03 0 0.99 0.36 61.86 0.99 0.32
Hex 9D A2 1 3 0 63 24 3E 63 20
Octal 235 242 1 3 0 143 44 76 143 40
Binary 10011101 10100010 1 11 0 1100011 100100 111110 1100011 100000

Color Harmonies of #9DA201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA201

Black with #9DA201

Text Example


Text Example

White with #9DA201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,162,1); }

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

background-color css

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

 a { background-color: rgb(157,162,1); }

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

border-color css

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

 span { border-color: rgb(157,162,1); }

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