Html Css Color HEX #ADE152 Conifer

📋 copy color: '#ADE152'

red 173 ◦ green 225 ◦ blue 82

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

Shades of Conifer #ADE152

Tints of Conifer #ADE152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.08%

R = 36.04%
G = 46.88%
B = 17.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#ADE152 (or 0xADE152) is known color: Conifer. HEX triplet: AD, E1 and 52. RGB value is (173,225,82). Sum of RGB (Red+Green+Blue) = 173+225+82=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 225 (88.28% from 255 or 46.88% from 480); Blue value is 82 (32.42% from 255 or 17.08% from 480); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE152 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE152 is #521EAD. Grayscale: #C1C1C1. Windows color (decimal): -5381806 or 5431725. OLE color: 5431725.

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

Color convert

RGB 173 225 82 -
CMYK 0.23 0 0.64 0.12
HSL 81.82º 0.7% 0.6% -
HSV(B) 81.82º 0.64% 0.88% -
XYZ 45.68 63.34 17.8 -
YUV 193.15 65.27 113.63 -
System Red Green Blue C M Y K H S L
Decimal 173 225 82 0.23 0 0.64 0.12 81.82 0.7 0.6
Hex AD E1 52 17 0 40 C 52 46 3C
Octal 255 341 122 27 0 100 14 122 106 74
Binary 10101101 11100001 1010010 10111 0 1000000 1100 1010010 1000110 111100

Color Harmonies of #ADE152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE152

Black with #ADE152

Text Example


Text Example

White with #ADE152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE152; }

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

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

background-color css

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

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

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

border-color css

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

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

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