#ADE75B

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

Shades of Conifer #ADE75B

Tints of Conifer #ADE75B

Color information

#ADE75B (or 0xADE75B) is unknown color: approx Conifer. HEX triplet: AD, E7 and 5B. RGB value is (173,231,91). Sum of RGB (Red+Green+Blue) = 173+231+91=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 231 (90.62% from 255 or 46.67% from 495); Blue value is 91 (35.94% from 255 or 18.38% from 495); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE75B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE75B is #5218A4. Grayscale: #C6C6C6. Windows color (decimal): -5380261 or 6023085. OLE color: 6023085.

HSL color Cylindrical-coordinate representation of color #ADE75B: hue angle of 84.86º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADE75B is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB17323191-
CMYK0.2500.610.09
HSL84.86º74.47%63.14%-
HSV(B)84.86º60.61%90.59%-
XYZ47.766.7920.28-
YUV197.767.78110.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.95%
GREEN value IS 231 (90.62% from 255) = 46.67%
BLUE value IS 91 (35.94% from 255) = 18.38%
R=34.95%
G=46.67%
B=18.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal173231910.2500.610.0984.8674.4763.14
HexADE75B1903D9554a3f
Octal255347133310751112511277
Binary10101101111001111011011110010111101100110101011001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE75B; }

 p { color: rgb(173,231,91); }

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

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

 a { background-color: rgb(173,231,91); }

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

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

 span { border-color: rgb(173,231,91); }

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