Html Css Color HEX #9CC40D Citrus

📋 copy color: '#9CC40D'

red 156 ◦ green 196 ◦ blue 13

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

Shades of Citrus #9CC40D

Tints of Citrus #9CC40D

RGB

 RED value IS 156 (61.33% from 255) = 42.74%

 GREEN value IS 196 (76.95% from 255) = 53.7%

 BLUE value IS 13 (5.47% from 255) = 3.56%

R = 42.74%
G = 53.7%
B = 3.56%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#9CC40D (or 0x9CC40D) is known color: Citrus. HEX triplet: 9C, C4 and 0D. RGB value is (156,196,13). Sum of RGB (Red+Green+Blue) = 156+196+13=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 196 (76.95% from 255 or 53.70% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 196 - color contains mainly: green. Hex color #9CC40D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC40D is #633BF2. Grayscale: #A3A3A3. Windows color (decimal): -6503411 or 902300. OLE color: 902300.

HSL color Cylindrical-coordinate representation of color #9CC40D: hue angle of 73.11º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9CC40D is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 156 196 13 -
CMYK 0.20 0 0.93 0.23
HSL 73.11º 0.88% 0.41% -
HSV(B) 73.11º 0.93% 0.77% -
XYZ 33.52 46.58 7.6 -
YUV 163.18 43.25 122.88 -
System Red Green Blue C M Y K H S L
Decimal 156 196 13 0.20 0 0.93 0.23 73.11 0.88 0.41
Hex 9C C4 D 14 0 5D 17 49 58 29
Octal 234 304 15 24 0 135 27 111 130 51
Binary 10011100 11000100 1101 10100 0 1011101 10111 1001001 1011000 101001

Color Harmonies of #9CC40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC40D

Black with #9CC40D

Text Example


Text Example

White with #9CC40D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,196,13); }

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

background-color css

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

 a { background-color: rgb(156,196,13); }

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

border-color css

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

 span { border-color: rgb(156,196,13); }

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