#9AD555

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

Shades of Conifer #9AD555

Tints of Conifer #9AD555

Color information

#9AD555 (or 0x9AD555) is unknown color: approx Conifer. HEX triplet: 9A, D5 and 55. RGB value is (154,213,85). Sum of RGB (Red+Green+Blue) = 154+213+85=452 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.07% from 452); Green value is 213 (83.59% from 255 or 47.12% from 452); Blue value is 85 (33.59% from 255 or 18.81% from 452); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD555 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD555 is #652AAA. Grayscale: #B5B5B5. Windows color (decimal): -6630059 or 5625242. OLE color: 5625242.

HSL color Cylindrical-coordinate representation of color #9AD555: hue angle of 87.66º 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 #9AD555 is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB15421385-
CMYK0.2800.600.16
HSL87.66º60.38%58.43%-
HSV(B)87.66º60.09%83.53%-
XYZ38.7655.1117.19-
YUV180.7773.95108.91-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.07%
GREEN value IS 213 (83.59% from 255) = 47.12%
BLUE value IS 85 (33.59% from 255) = 18.81%
R=34.07%
G=47.12%
B=18.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal154213850.2800.600.1687.6660.3858.43
Hex9AD5551C03C10583c3a
Octal23232512534074201307472
Binary10011010110101011010101111000111100100001011000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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