Html Css Color HEX #ADD245 Conifer

📋 copy color: '#ADD245'

red 173 ◦ green 210 ◦ blue 69

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

Shades of Conifer #ADD245

Tints of Conifer #ADD245

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.46%

 BLUE value IS 69 (27.34% from 255) = 15.27%

R = 38.27%
G = 46.46%
B = 15.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#ADD245 (or 0xADD245) is known color: Conifer. HEX triplet: AD, D2 and 45. RGB value is (173,210,69). Sum of RGB (Red+Green+Blue) = 173+210+69=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 210 (82.42% from 255 or 46.46% from 452); Blue value is 69 (27.34% from 255 or 15.27% from 452); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD245 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD245 is #522DBA. Grayscale: #B7B7B7. Windows color (decimal): -5385659 or 4575917. OLE color: 4575917.

HSL color Cylindrical-coordinate representation of color #ADD245: hue angle of 75.74º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADD245 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 210 69 -
CMYK 0.18 0 0.67 0.18
HSL 75.74º 0.61% 0.55% -
HSV(B) 75.74º 0.67% 0.82% -
XYZ 41.35 55.41 14.15 -
YUV 182.86 63.74 120.96 -
System Red Green Blue C M Y K H S L
Decimal 173 210 69 0.18 0 0.67 0.18 75.74 0.61 0.55
Hex AD D2 45 12 0 43 12 4C 3D 37
Octal 255 322 105 22 0 103 22 114 75 67
Binary 10101101 11010010 1000101 10010 0 1000011 10010 1001100 111101 110111

Color Harmonies of #ADD245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD245

Black with #ADD245

Text Example


Text Example

White with #ADD245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD245; }

 p { color: rgb(173,210,69); }

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

background-color css

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

 a { background-color: rgb(173,210,69); }

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

border-color css

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

 span { border-color: rgb(173,210,69); }

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