Html Css Color HEX #9DC601 Citrus

📋 copy color: '#9DC601'

red 157 ◦ green 198 ◦ blue 1

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

Shades of Citrus #9DC601

Tints of Citrus #9DC601

RGB

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

 GREEN value IS 198 (77.73% from 255) = 55.62%

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

R = 44.1%
G = 55.62%
B = 0.28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#9DC601 (or 0x9DC601) is known color: Citrus. HEX triplet: 9D, C6 and 01. RGB value is (157,198,1). Sum of RGB (Red+Green+Blue) = 157+198+1=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 198 (77.73% from 255 or 55.62% from 356); Blue value is 1 (0.78% from 255 or 0.28% from 356); Max value from RGB is 198 - color contains mainly: green. Hex color #9DC601 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC601 is #6239FE. Grayscale: #A4A4A4. Windows color (decimal): -6437375 or 116381. OLE color: 116381.

HSL color Cylindrical-coordinate representation of color #9DC601: hue angle of 72.49º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9DC601 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 157 198 1 -
CMYK 0.21 0 0.99 0.22
HSL 72.49º 0.99% 0.39% -
HSV(B) 72.49º 0.99% 0.78% -
XYZ 34.1 47.56 7.41 -
YUV 163.28 36.42 123.52 -
System Red Green Blue C M Y K H S L
Decimal 157 198 1 0.21 0 0.99 0.22 72.49 0.99 0.39
Hex 9D C6 1 15 0 63 16 48 63 27
Octal 235 306 1 25 0 143 26 110 143 47
Binary 10011101 11000110 1 10101 0 1100011 10110 1001000 1100011 100111

Color Harmonies of #9DC601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC601

Black with #9DC601

Text Example


Text Example

White with #9DC601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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