Html Css Color HEX #9CC50D Citrus

📋 copy color: '#9CC50D'

red 156 ◦ green 197 ◦ blue 13

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

Shades of Citrus #9CC50D

Tints of Citrus #9CC50D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 53.83%

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

R = 42.62%
G = 53.83%
B = 3.55%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#9CC50D (or 0x9CC50D) is known color: Citrus. HEX triplet: 9C, C5 and 0D. RGB value is (156,197,13). Sum of RGB (Red+Green+Blue) = 156+197+13=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 197 (77.34% from 255 or 53.83% from 366); Blue value is 13 (5.47% from 255 or 3.55% from 366); Max value from RGB is 197 - color contains mainly: green. Hex color #9CC50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC50D is #633AF2. Grayscale: #A4A4A4. Windows color (decimal): -6503155 or 902556. OLE color: 902556.

HSL color Cylindrical-coordinate representation of color #9CC50D: hue angle of 73.37º 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 #9CC50D is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 156 197 13 -
CMYK 0.21 0 0.93 0.23
HSL 73.37º 0.88% 0.41% -
HSV(B) 73.37º 0.93% 0.77% -
XYZ 33.75 47.03 7.68 -
YUV 163.77 42.92 122.46 -
System Red Green Blue C M Y K H S L
Decimal 156 197 13 0.21 0 0.93 0.23 73.37 0.88 0.41
Hex 9C C5 D 15 0 5D 17 49 58 29
Octal 234 305 15 25 0 135 27 111 130 51
Binary 10011100 11000101 1101 10101 0 1011101 10111 1001001 1011000 101001

Color Harmonies of #9CC50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC50D

Black with #9CC50D

Text Example


Text Example

White with #9CC50D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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