Html Css Color HEX #ADD468 Conifer

📋 copy color: '#ADD468'

red 173 ◦ green 212 ◦ blue 104

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

Shades of Conifer #ADD468

Tints of Conifer #ADD468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.27%

R = 35.38%
G = 43.35%
B = 21.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#ADD468 (or 0xADD468) is known color: Conifer. HEX triplet: AD, D4 and 68. RGB value is (173,212,104). Sum of RGB (Red+Green+Blue) = 173+212+104=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 212 (83.20% from 255 or 43.35% from 489); Blue value is 104 (41.02% from 255 or 21.27% from 489); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD468 is #522B97. Grayscale: #BCBCBC. Windows color (decimal): -5385112 or 6870189. OLE color: 6870189.

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

Color convert

RGB 173 212 104 -
CMYK 0.18 0 0.51 0.17
HSL 81.67º 0.56% 0.62% -
HSV(B) 81.67º 0.51% 0.83% -
XYZ 43.28 56.97 21.81 -
YUV 188.03 80.58 117.28 -
System Red Green Blue C M Y K H S L
Decimal 173 212 104 0.18 0 0.51 0.17 81.67 0.56 0.62
Hex AD D4 68 12 0 33 11 52 38 3E
Octal 255 324 150 22 0 63 21 122 70 76
Binary 10101101 11010100 1101000 10010 0 110011 10001 1010010 111000 111110

Color Harmonies of #ADD468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD468

Black with #ADD468

Text Example


Text Example

White with #ADD468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD468; }

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

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

background-color css

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

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

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

border-color css

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

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

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