Html Css Color HEX #ADD465 Conifer

📋 copy color: '#ADD465'

red 173 ◦ green 212 ◦ blue 101

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

Shades of Conifer #ADD465

Tints of Conifer #ADD465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.78%

R = 35.6%
G = 43.62%
B = 20.78%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#ADD465 (or 0xADD465) is known color: Conifer. HEX triplet: AD, D4 and 65. RGB value is (173,212,101). Sum of RGB (Red+Green+Blue) = 173+212+101=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 212 (83.20% from 255 or 43.62% from 486); Blue value is 101 (39.84% from 255 or 20.78% from 486); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD465 is #522B9A. Grayscale: #BCBCBC. Windows color (decimal): -5385115 or 6673581. OLE color: 6673581.

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

Color convert

RGB 173 212 101 -
CMYK 0.18 0 0.52 0.17
HSL 81.08º 0.56% 0.61% -
HSV(B) 81.08º 0.52% 0.83% -
XYZ 43.13 56.91 21.02 -
YUV 187.69 79.08 117.53 -
System Red Green Blue C M Y K H S L
Decimal 173 212 101 0.18 0 0.52 0.17 81.08 0.56 0.61
Hex AD D4 65 12 0 34 11 51 38 3D
Octal 255 324 145 22 0 64 21 121 70 75
Binary 10101101 11010100 1100101 10010 0 110100 10001 1010001 111000 111101

Color Harmonies of #ADD465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD465

Black with #ADD465

Text Example


Text Example

White with #ADD465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD465; }

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

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

background-color css

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

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

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

border-color css

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

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

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