#9AED54

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

Shades of Conifer #9AED54

Tints of Conifer #9AED54

Color information

#9AED54 (or 0x9AED54) is unknown color: approx Conifer. HEX triplet: 9A, ED and 54. RGB value is (154,237,84). Sum of RGB (Red+Green+Blue) = 154+237+84=475 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.42% from 475); Green value is 237 (92.97% from 255 or 49.89% from 475); Blue value is 84 (33.20% from 255 or 17.68% from 475); Max value from RGB is 237 - color contains mainly: green. Hex color #9AED54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AED54 is #6512AB. Grayscale: #C3C3C3. Windows color (decimal): -6623916 or 5565850. OLE color: 5565850.

HSL color Cylindrical-coordinate representation of color #9AED54: hue angle of 92.55º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9AED54 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB15423784-
CMYK0.3500.650.07
HSL92.55º80.95%62.94%-
HSV(B)92.55º64.56%92.94%-
XYZ45.2168.0819.15-
YUV194.7465.598.94-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.42%
GREEN value IS 237 (92.97% from 255) = 49.89%
BLUE value IS 84 (33.20% from 255) = 17.68%
R=32.42%
G=49.89%
B=17.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal154237840.3500.650.0792.5580.9562.94
Hex9AED542304175d513f
Octal232355124430101713512177
Binary100110101110110110101001000110100000111110111011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AED54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,237,84); }

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

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

 a { background-color: rgb(154,237,84); }

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

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

 span { border-color: rgb(154,237,84); }

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