Html Css Color HEX #ADD641 Conifer

📋 copy color: '#ADD641'

red 173 ◦ green 214 ◦ blue 65

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

Shades of Conifer #ADD641

Tints of Conifer #ADD641

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.35%

 BLUE value IS 65 (25.78% from 255) = 14.38%

R = 38.27%
G = 47.35%
B = 14.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#ADD641 (or 0xADD641) is known color: Conifer. HEX triplet: AD, D6 and 41. RGB value is (173,214,65). Sum of RGB (Red+Green+Blue) = 173+214+65=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 214 (83.98% from 255 or 47.35% from 452); Blue value is 65 (25.78% from 255 or 14.38% from 452); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD641 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD641 is #5229BE. Grayscale: #B9B9B9. Windows color (decimal): -5384639 or 4314797. OLE color: 4314797.

HSL color Cylindrical-coordinate representation of color #ADD641: hue angle of 76.51º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADD641 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 214 65 -
CMYK 0.19 0 0.70 0.16
HSL 76.51º 0.65% 0.55% -
HSV(B) 76.51º 0.7% 0.84% -
XYZ 42.23 57.36 13.85 -
YUV 184.76 60.42 119.62 -
System Red Green Blue C M Y K H S L
Decimal 173 214 65 0.19 0 0.70 0.16 76.51 0.65 0.55
Hex AD D6 41 13 0 46 10 4D 41 37
Octal 255 326 101 23 0 106 20 115 101 67
Binary 10101101 11010110 1000001 10011 0 1000110 10000 1001101 1000001 110111

Color Harmonies of #ADD641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD641

Black with #ADD641

Text Example


Text Example

White with #ADD641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD641; }

 p { color: rgb(173,214,65); }

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

background-color css

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

 a { background-color: rgb(173,214,65); }

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

border-color css

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

 span { border-color: rgb(173,214,65); }

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