Html Css Color HEX #9CCD0B Citrus

📋 copy color: '#9CCD0B'

red 156 ◦ green 205 ◦ blue 11

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

Shades of Citrus #9CCD0B

Tints of Citrus #9CCD0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.96%

R = 41.94%
G = 55.11%
B = 2.96%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#9CCD0B (or 0x9CCD0B) is known color: Citrus. HEX triplet: 9C, CD and 0B. RGB value is (156,205,11). Sum of RGB (Red+Green+Blue) = 156+205+11=372 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.94% from 372); Green value is 205 (80.47% from 255 or 55.11% from 372); Blue value is 11 (4.69% from 255 or 2.96% from 372); Max value from RGB is 205 - color contains mainly: green. Hex color #9CCD0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CCD0B is #6332F4. Grayscale: #A8A8A8. Windows color (decimal): -6501109 or 773532. OLE color: 773532.

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

Color convert

RGB 156 205 11 -
CMYK 0.24 0 0.95 0.20
HSL 75.15º 0.9% 0.42% -
HSV(B) 75.15º 0.95% 0.8% -
XYZ 35.6 50.75 8.24 -
YUV 168.23 39.27 119.27 -
System Red Green Blue C M Y K H S L
Decimal 156 205 11 0.24 0 0.95 0.20 75.15 0.9 0.42
Hex 9C CD B 18 0 5F 14 4B 5A 2A
Octal 234 315 13 30 0 137 24 113 132 52
Binary 10011100 11001101 1011 11000 0 1011111 10100 1001011 1011010 101010

Color Harmonies of #9CCD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCD0B

Black with #9CCD0B

Text Example


Text Example

White with #9CCD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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