Html Css Color HEX #ADE155 Conifer

📋 copy color: '#ADE155'

red 173 ◦ green 225 ◦ blue 85

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

Shades of Conifer #ADE155

Tints of Conifer #ADE155

RGB

 RED value IS 173 (67.97% from 255) = 35.82%

 GREEN value IS 225 (88.28% from 255) = 46.58%

 BLUE value IS 85 (33.59% from 255) = 17.6%

R = 35.82%
G = 46.58%
B = 17.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#ADE155 (or 0xADE155) is known color: Conifer. HEX triplet: AD, E1 and 55. RGB value is (173,225,85). Sum of RGB (Red+Green+Blue) = 173+225+85=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 225 (88.28% from 255 or 46.58% from 483); Blue value is 85 (33.59% from 255 or 17.60% from 483); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE155 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE155 is #521EAA. Grayscale: #C2C2C2. Windows color (decimal): -5381803 or 5628333. OLE color: 5628333.

HSL color Cylindrical-coordinate representation of color #ADE155: hue angle of 82.29º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADE155 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 225 85 -
CMYK 0.23 0 0.62 0.12
HSL 82.29º 0.7% 0.61% -
HSV(B) 82.29º 0.62% 0.88% -
XYZ 45.8 63.39 18.42 -
YUV 193.49 66.77 113.38 -
System Red Green Blue C M Y K H S L
Decimal 173 225 85 0.23 0 0.62 0.12 82.29 0.7 0.61
Hex AD E1 55 17 0 3E C 52 46 3D
Octal 255 341 125 27 0 76 14 122 106 75
Binary 10101101 11100001 1010101 10111 0 111110 1100 1010010 1000110 111101

Color Harmonies of #ADE155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE155

Black with #ADE155

Text Example


Text Example

White with #ADE155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE155; }

 p { color: rgb(173,225,85); }

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

background-color css

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

 a { background-color: rgb(173,225,85); }

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

border-color css

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

 span { border-color: rgb(173,225,85); }

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