Html Css Color HEX #9DC301 Citrus

📋 copy color: '#9DC301'

red 157 ◦ green 195 ◦ blue 1

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

Shades of Citrus #9DC301

Tints of Citrus #9DC301

RGB

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

 GREEN value IS 195 (76.56% from 255) = 55.24%

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

R = 44.48%
G = 55.24%
B = 0.28%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#9DC301 (or 0x9DC301) is known color: Citrus. HEX triplet: 9D, C3 and 01. RGB value is (157,195,1). Sum of RGB (Red+Green+Blue) = 157+195+1=353 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.48% from 353); Green value is 195 (76.56% from 255 or 55.24% from 353); Blue value is 1 (0.78% from 255 or 0.28% from 353); Max value from RGB is 195 - color contains mainly: green. Hex color #9DC301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC301 is #623CFE. Grayscale: #A2A2A2. Windows color (decimal): -6438143 or 115613. OLE color: 115613.

HSL color Cylindrical-coordinate representation of color #9DC301: hue angle of 71.75º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9DC301 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 157 195 1 -
CMYK 0.19 0 0.99 0.24
HSL 71.75º 0.99% 0.38% -
HSV(B) 71.75º 0.99% 0.76% -
XYZ 33.43 46.2 7.18 -
YUV 161.52 37.41 124.77 -
System Red Green Blue C M Y K H S L
Decimal 157 195 1 0.19 0 0.99 0.24 71.75 0.99 0.38
Hex 9D C3 1 13 0 63 18 48 63 26
Octal 235 303 1 23 0 143 30 110 143 46
Binary 10011101 11000011 1 10011 0 1100011 11000 1001000 1100011 100110

Color Harmonies of #9DC301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC301

Black with #9DC301

Text Example


Text Example

White with #9DC301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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