#9CD555

Color #9CD555 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #9CD555

Tints of Conifer #9CD555

Color information

#9CD555 (or 0x9CD555) is unknown color: approx Conifer. HEX triplet: 9C, D5 and 55. RGB value is (156,213,85). Sum of RGB (Red+Green+Blue) = 156+213+85=454 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.36% from 454); Green value is 213 (83.59% from 255 or 46.92% from 454); Blue value is 85 (33.59% from 255 or 18.72% from 454); Max value from RGB is 213 - color contains mainly: green. Hex color #9CD555 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD555 is #632AAA. Grayscale: #B5B5B5. Windows color (decimal): -6498987 or 5625244. OLE color: 5625244.

HSL color Cylindrical-coordinate representation of color #9CD555: hue angle of 86.72º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9CD555 is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB15621385-
CMYK0.2700.600.16
HSL86.72º60.38%58.43%-
HSV(B)86.72º60.09%83.53%-
XYZ39.1455.3117.21-
YUV181.3673.62109.91-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.36%
GREEN value IS 213 (83.59% from 255) = 46.92%
BLUE value IS 85 (33.59% from 255) = 18.72%
R=34.36%
G=46.92%
B=18.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal156213850.2700.600.1686.7260.3858.43
Hex9CD5551B03C10573c3a
Octal23432512533074201277472
Binary10011100110101011010101110110111100100001010111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,213,85); }

 H1.HeaderClassName
 {
   color: #9CD555;
 }
 .AnyTagClassName
 {
   color: #9CD555;
 }
</style>
background-color css

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

 a { background-color: rgb(156,213,85); }

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

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

 span { border-color: rgb(156,213,85); }

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