Html Css Color HEX #9CC60D Citrus

📋 copy color: '#9CC60D'

red 156 ◦ green 198 ◦ blue 13

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

Shades of Citrus #9CC60D

Tints of Citrus #9CC60D

RGB

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

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

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

R = 42.51%
G = 53.95%
B = 3.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#9CC60D (or 0x9CC60D) is known color: Citrus. HEX triplet: 9C, C6 and 0D. RGB value is (156,198,13). Sum of RGB (Red+Green+Blue) = 156+198+13=367 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.51% from 367); Green value is 198 (77.73% from 255 or 53.95% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 198 - color contains mainly: green. Hex color #9CC60D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC60D is #6339F2. Grayscale: #A5A5A5. Windows color (decimal): -6502899 or 902812. OLE color: 902812.

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

Color convert

RGB 156 198 13 -
CMYK 0.21 0 0.93 0.22
HSL 73.62º 0.88% 0.41% -
HSV(B) 73.62º 0.93% 0.78% -
XYZ 33.98 47.49 7.76 -
YUV 164.35 42.59 122.04 -
System Red Green Blue C M Y K H S L
Decimal 156 198 13 0.21 0 0.93 0.22 73.62 0.88 0.41
Hex 9C C6 D 15 0 5D 16 4A 58 29
Octal 234 306 15 25 0 135 26 112 130 51
Binary 10011100 11000110 1101 10101 0 1011101 10110 1001010 1011000 101001

Color Harmonies of #9CC60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC60D

Black with #9CC60D

Text Example


Text Example

White with #9CC60D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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