Html Css Color HEX #ADD452 Conifer

📋 copy color: '#ADD452'

red 173 ◦ green 212 ◦ blue 82

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

Shades of Conifer #ADD452

Tints of Conifer #ADD452

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.4%

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

R = 37.04%
G = 45.4%
B = 17.56%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#ADD452 (or 0xADD452) is known color: Conifer. HEX triplet: AD, D4 and 52. RGB value is (173,212,82). Sum of RGB (Red+Green+Blue) = 173+212+82=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 212 (83.20% from 255 or 45.40% from 467); Blue value is 82 (32.42% from 255 or 17.56% from 467); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD452 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD452 is #522BAD. Grayscale: #BABABA. Windows color (decimal): -5385134 or 5428397. OLE color: 5428397.

HSL color Cylindrical-coordinate representation of color #ADD452: hue angle of 78º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADD452 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 212 82 -
CMYK 0.18 0 0.61 0.17
HSL 78º 0.6% 0.58% -
HSV(B) 78º 0.61% 0.83% -
XYZ 42.3 56.58 16.67 -
YUV 185.52 69.58 119.07 -
System Red Green Blue C M Y K H S L
Decimal 173 212 82 0.18 0 0.61 0.17 78 0.6 0.58
Hex AD D4 52 12 0 3D 11 4E 3C 3A
Octal 255 324 122 22 0 75 21 116 74 72
Binary 10101101 11010100 1010010 10010 0 111101 10001 1001110 111100 111010

Color Harmonies of #ADD452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD452

Black with #ADD452

Text Example


Text Example

White with #ADD452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD452; }

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

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

background-color css

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

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

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

border-color css

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

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

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