Html Css Color HEX #AED44C Conifer

📋 copy color: '#AED44C'

red 174 ◦ green 212 ◦ blue 76

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

Shades of Conifer #AED44C

Tints of Conifer #AED44C

RGB

 RED value IS 174 (68.36% from 255) = 37.66%

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

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

R = 37.66%
G = 45.89%
B = 16.45%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#AED44C (or 0xAED44C) is known color: Conifer. HEX triplet: AE, D4 and 4C. RGB value is (174,212,76). Sum of RGB (Red+Green+Blue) = 174+212+76=462 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.66% from 462); Green value is 212 (83.20% from 255 or 45.89% from 462); Blue value is 76 (30.08% from 255 or 16.45% from 462); Max value from RGB is 212 - color contains mainly: green. Hex color #AED44C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED44C is #512BB3. Grayscale: #B9B9B9. Windows color (decimal): -5319604 or 5035182. OLE color: 5035182.

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

Color convert

RGB 174 212 76 -
CMYK 0.18 0 0.64 0.17
HSL 76.76º 0.61% 0.56% -
HSV(B) 76.76º 0.64% 0.83% -
XYZ 42.3 56.61 15.53 -
YUV 185.13 66.41 120.06 -
System Red Green Blue C M Y K H S L
Decimal 174 212 76 0.18 0 0.64 0.17 76.76 0.61 0.56
Hex AE D4 4C 12 0 40 11 4D 3D 38
Octal 256 324 114 22 0 100 21 115 75 70
Binary 10101110 11010100 1001100 10010 0 1000000 10001 1001101 111101 111000

Color Harmonies of #AED44C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED44C

Black with #AED44C

Text Example


Text Example

White with #AED44C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED44C; }

 p { color: rgb(174,212,76); }

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

background-color css

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

 a { background-color: rgb(174,212,76); }

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

border-color css

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

 span { border-color: rgb(174,212,76); }

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