Html Css Color HEX #9DA300 Citrus

📋 copy color: '#9DA300'

red 157 ◦ green 163 ◦ blue 0

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

Shades of Citrus #9DA300

Tints of Citrus #9DA300

RGB

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

 GREEN value IS 163 (64.06% from 255) = 50.94%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.06%
G = 50.94%
B = 0%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#9DA300 (or 0x9DA300) is known color: Citrus. HEX triplet: 9D, A3 and 00. RGB value is (157,163,0). Sum of RGB (Red+Green+Blue) = 157+163+0=320 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.06% from 320); Green value is 163 (64.06% from 255 or 50.94% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 163 - color contains mainly: green. Hex color #9DA300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA300 is #625CFF. Grayscale: #8F8F8F. Windows color (decimal): -6446336 or 41885. OLE color: 41885.

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

Color convert

RGB 157 163 0 -
CMYK 0.04 0 1 0.36
HSL 62.21º 1% 0.32% -
HSV(B) 62.21º 1% 0.64% -
XYZ 27 33.36 5.02 -
YUV 142.62 47.51 138.25 -
System Red Green Blue C M Y K H S L
Decimal 157 163 0 0.04 0 1 0.36 62.21 1 0.32
Hex 9D A3 0 4 0 64 24 3E 64 20
Octal 235 243 0 4 0 144 44 76 144 40
Binary 10011101 10100011 0 100 0 1100100 100100 111110 1100100 100000

Color Harmonies of #9DA300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA300

Black with #9DA300

Text Example


Text Example

White with #9DA300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,163,0); }

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

background-color css

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

 a { background-color: rgb(157,163,0); }

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

border-color css

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

 span { border-color: rgb(157,163,0); }

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