Html Css Color HEX #ADE952 Conifer

📋 copy color: '#ADE952'

red 173 ◦ green 233 ◦ blue 82

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

Shades of Conifer #ADE952

Tints of Conifer #ADE952

RGB

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

 GREEN value IS 233 (91.41% from 255) = 47.75%

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

R = 35.45%
G = 47.75%
B = 16.8%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#ADE952 (or 0xADE952) is known color: Conifer. HEX triplet: AD, E9 and 52. RGB value is (173,233,82). Sum of RGB (Red+Green+Blue) = 173+233+82=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 233 (91.41% from 255 or 47.75% from 488); Blue value is 82 (32.42% from 255 or 16.80% from 488); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE952 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE952 is #5216AD. Grayscale: #C6C6C6. Windows color (decimal): -5379758 or 5433773. OLE color: 5433773.

HSL color Cylindrical-coordinate representation of color #ADE952: hue angle of 83.84º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADE952 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 233 82 -
CMYK 0.26 0 0.65 0.09
HSL 83.84º 0.77% 0.62% -
HSV(B) 83.84º 0.65% 0.91% -
XYZ 47.9 67.77 18.54 -
YUV 197.85 62.62 110.28 -
System Red Green Blue C M Y K H S L
Decimal 173 233 82 0.26 0 0.65 0.09 83.84 0.77 0.62
Hex AD E9 52 1A 0 41 9 54 4D 3E
Octal 255 351 122 32 0 101 11 124 115 76
Binary 10101101 11101001 1010010 11010 0 1000001 1001 1010100 1001101 111110

Color Harmonies of #ADE952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE952

Black with #ADE952

Text Example


Text Example

White with #ADE952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE952; }

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

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

background-color css

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

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

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

border-color css

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

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

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