Html Css Color HEX #9CCD07 Citrus

📋 copy color: '#9CCD07'

red 156 ◦ green 205 ◦ blue 7

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

Shades of Citrus #9CCD07

Tints of Citrus #9CCD07

RGB

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

 GREEN value IS 205 (80.47% from 255) = 55.71%

 BLUE value IS 7 (3.13% from 255) = 1.9%

R = 42.39%
G = 55.71%
B = 1.9%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#9CCD07 (or 0x9CCD07) is known color: Citrus. HEX triplet: 9C, CD and 07. RGB value is (156,205,7). Sum of RGB (Red+Green+Blue) = 156+205+7=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 205 (80.47% from 255 or 55.71% from 368); Blue value is 7 (3.12% from 255 or 1.90% from 368); Max value from RGB is 205 - color contains mainly: green. Hex color #9CCD07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CCD07 is #6332F8. Grayscale: #A8A8A8. Windows color (decimal): -6501113 or 511388. OLE color: 511388.

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

Color convert

RGB 156 205 7 -
CMYK 0.24 0 0.97 0.20
HSL 74.85º 0.93% 0.42% -
HSV(B) 74.85º 0.97% 0.8% -
XYZ 35.58 50.75 8.12 -
YUV 167.78 37.27 119.6 -
System Red Green Blue C M Y K H S L
Decimal 156 205 7 0.24 0 0.97 0.20 74.85 0.93 0.42
Hex 9C CD 7 18 0 61 14 4B 5D 2A
Octal 234 315 7 30 0 141 24 113 135 52
Binary 10011100 11001101 111 11000 0 1100001 10100 1001011 1011101 101010

Color Harmonies of #9CCD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCD07

Black with #9CCD07

Text Example


Text Example

White with #9CCD07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,205,7); }

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

background-color css

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

 a { background-color: rgb(156,205,7); }

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

border-color css

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

 span { border-color: rgb(156,205,7); }

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