Html Css Color HEX #9DB900 Citrus

📋 copy color: '#9DB900'

red 157 ◦ green 185 ◦ blue 0

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

Shades of Citrus #9DB900

Tints of Citrus #9DB900

RGB

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

 GREEN value IS 185 (72.66% from 255) = 54.09%

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

R = 45.91%
G = 54.09%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#9DB900 (or 0x9DB900) is known color: Citrus. HEX triplet: 9D, B9 and 00. RGB value is (157,185,0). Sum of RGB (Red+Green+Blue) = 157+185+0=342 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.91% from 342); Green value is 185 (72.66% from 255 or 54.09% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB900 is #6246FF. Grayscale: #9C9C9C. Windows color (decimal): -6440704 or 47517. OLE color: 47517.

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

Color convert

RGB 157 185 0 -
CMYK 0.15 0 1 0.27
HSL 69.08º 1% 0.36% -
HSV(B) 69.08º 1% 0.73% -
XYZ 31.25 41.87 6.43 -
YUV 155.54 40.22 129.04 -
System Red Green Blue C M Y K H S L
Decimal 157 185 0 0.15 0 1 0.27 69.08 1 0.36
Hex 9D B9 0 F 0 64 1B 45 64 24
Octal 235 271 0 17 0 144 33 105 144 44
Binary 10011101 10111001 0 1111 0 1100100 11011 1000101 1100100 100100

Color Harmonies of #9DB900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB900

Black with #9DB900

Text Example


Text Example

White with #9DB900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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