Html Css Color HEX #9DC302 Citrus

📋 copy color: '#9DC302'

red 157 ◦ green 195 ◦ blue 2

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

Shades of Citrus #9DC302

Tints of Citrus #9DC302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 44.35%
G = 55.08%
B = 0.56%

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

#9DC302 (or 0x9DC302) is known color: Citrus. HEX triplet: 9D, C3 and 02. RGB value is (157,195,2). Sum of RGB (Red+Green+Blue) = 157+195+2=354 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.35% from 354); Green value is 195 (76.56% from 255 or 55.08% from 354); Blue value is 2 (1.17% from 255 or 0.56% from 354); Max value from RGB is 195 - color contains mainly: green. Hex color #9DC302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC302 is #623CFD. Grayscale: #A2A2A2. Windows color (decimal): -6438142 or 181149. OLE color: 181149.

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

Color convert

RGB 157 195 2 -
CMYK 0.19 0 0.99 0.24
HSL 71.81º 0.98% 0.39% -
HSV(B) 71.81º 0.99% 0.76% -
XYZ 33.43 46.2 7.21 -
YUV 161.64 37.91 124.69 -
System Red Green Blue C M Y K H S L
Decimal 157 195 2 0.19 0 0.99 0.24 71.81 0.98 0.39
Hex 9D C3 2 13 0 63 18 48 62 27
Octal 235 303 2 23 0 143 30 110 142 47
Binary 10011101 11000011 10 10011 0 1100011 11000 1001000 1100010 100111

Color Harmonies of #9DC302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC302

Black with #9DC302

Text Example


Text Example

White with #9DC302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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