Html Css Color HEX #9DC001 Citrus

📋 copy color: '#9DC001'

red 157 ◦ green 192 ◦ blue 1

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

Shades of Citrus #9DC001

Tints of Citrus #9DC001

RGB

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

 GREEN value IS 192 (75.39% from 255) = 54.86%

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

R = 44.86%
G = 54.86%
B = 0.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#9DC001 (or 0x9DC001) is known color: Citrus. HEX triplet: 9D, C0 and 01. RGB value is (157,192,1). Sum of RGB (Red+Green+Blue) = 157+192+1=350 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.86% from 350); Green value is 192 (75.39% from 255 or 54.86% from 350); Blue value is 1 (0.78% from 255 or 0.29% from 350); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC001 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC001 is #623FFE. Grayscale: #A0A0A0. Windows color (decimal): -6438911 or 114845. OLE color: 114845.

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

Color convert

RGB 157 192 1 -
CMYK 0.18 0 0.99 0.25
HSL 70.99º 0.99% 0.38% -
HSV(B) 70.99º 0.99% 0.75% -
XYZ 32.76 44.87 6.96 -
YUV 159.76 38.4 126.03 -
System Red Green Blue C M Y K H S L
Decimal 157 192 1 0.18 0 0.99 0.25 70.99 0.99 0.38
Hex 9D C0 1 12 0 63 19 47 63 26
Octal 235 300 1 22 0 143 31 107 143 46
Binary 10011101 11000000 1 10010 0 1100011 11001 1000111 1100011 100110

Color Harmonies of #9DC001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC001

Black with #9DC001

Text Example


Text Example

White with #9DC001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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