Html Css Color HEX #ADD65F Conifer

📋 copy color: '#ADD65F'

red 173 ◦ green 214 ◦ blue 95

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

Shades of Conifer #ADD65F

Tints of Conifer #ADD65F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.71%

R = 35.89%
G = 44.4%
B = 19.71%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#ADD65F (or 0xADD65F) is known color: Conifer. HEX triplet: AD, D6 and 5F. RGB value is (173,214,95). Sum of RGB (Red+Green+Blue) = 173+214+95=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 214 (83.98% from 255 or 44.40% from 482); Blue value is 95 (37.5% from 255 or 19.71% from 482); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD65F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD65F is #5229A0. Grayscale: #BCBCBC. Windows color (decimal): -5384609 or 6280877. OLE color: 6280877.

HSL color Cylindrical-coordinate representation of color #ADD65F: hue angle of 80.67º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADD65F is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 214 95 -
CMYK 0.19 0 0.56 0.16
HSL 80.67º 0.59% 0.61% -
HSV(B) 80.67º 0.56% 0.84% -
XYZ 43.35 57.8 19.7 -
YUV 188.18 75.42 117.18 -
System Red Green Blue C M Y K H S L
Decimal 173 214 95 0.19 0 0.56 0.16 80.67 0.59 0.61
Hex AD D6 5F 13 0 38 10 51 3B 3D
Octal 255 326 137 23 0 70 20 121 73 75
Binary 10101101 11010110 1011111 10011 0 111000 10000 1010001 111011 111101

Color Harmonies of #ADD65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD65F

Black with #ADD65F

Text Example


Text Example

White with #ADD65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD65F; }

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

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

background-color css

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

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

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

border-color css

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

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

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