Html Css Color HEX #ADD64C Conifer

📋 copy color: '#ADD64C'

red 173 ◦ green 214 ◦ blue 76

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

Shades of Conifer #ADD64C

Tints of Conifer #ADD64C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.41%

R = 37.37%
G = 46.22%
B = 16.41%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#ADD64C (or 0xADD64C) is known color: Conifer. HEX triplet: AD, D6 and 4C. RGB value is (173,214,76). Sum of RGB (Red+Green+Blue) = 173+214+76=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 214 (83.98% from 255 or 46.22% from 463); Blue value is 76 (30.08% from 255 or 16.41% from 463); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD64C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD64C is #5229B3. Grayscale: #BABABA. Windows color (decimal): -5384628 or 5035693. OLE color: 5035693.

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

Color convert

RGB 173 214 76 -
CMYK 0.19 0 0.64 0.16
HSL 77.83º 0.63% 0.57% -
HSV(B) 77.83º 0.64% 0.84% -
XYZ 42.58 57.5 15.69 -
YUV 186.01 65.92 118.72 -
System Red Green Blue C M Y K H S L
Decimal 173 214 76 0.19 0 0.64 0.16 77.83 0.63 0.57
Hex AD D6 4C 13 0 40 10 4E 3F 39
Octal 255 326 114 23 0 100 20 116 77 71
Binary 10101101 11010110 1001100 10011 0 1000000 10000 1001110 111111 111001

Color Harmonies of #ADD64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD64C

Black with #ADD64C

Text Example


Text Example

White with #ADD64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD64C; }

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

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

background-color css

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

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

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

border-color css

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

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

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