Html Css Color HEX #9CC30D Citrus

📋 copy color: '#9CC30D'

red 156 ◦ green 195 ◦ blue 13

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

Shades of Citrus #9CC30D

Tints of Citrus #9CC30D

RGB

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

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

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

R = 42.86%
G = 53.57%
B = 3.57%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#9CC30D (or 0x9CC30D) is known color: Citrus. HEX triplet: 9C, C3 and 0D. RGB value is (156,195,13). Sum of RGB (Red+Green+Blue) = 156+195+13=364 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.86% from 364); Green value is 195 (76.56% from 255 or 53.57% from 364); Blue value is 13 (5.47% from 255 or 3.57% from 364); Max value from RGB is 195 - color contains mainly: green. Hex color #9CC30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC30D is #633CF2. Grayscale: #A3A3A3. Windows color (decimal): -6503667 or 902044. OLE color: 902044.

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

Color convert

RGB 156 195 13 -
CMYK 0.20 0 0.93 0.24
HSL 72.86º 0.88% 0.41% -
HSV(B) 72.86º 0.93% 0.76% -
XYZ 33.3 46.13 7.53 -
YUV 162.59 43.58 123.3 -
System Red Green Blue C M Y K H S L
Decimal 156 195 13 0.20 0 0.93 0.24 72.86 0.88 0.41
Hex 9C C3 D 14 0 5D 18 49 58 29
Octal 234 303 15 24 0 135 30 111 130 51
Binary 10011100 11000011 1101 10100 0 1011101 11000 1001001 1011000 101001

Color Harmonies of #9CC30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC30D

Black with #9CC30D

Text Example


Text Example

White with #9CC30D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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