Html Css Color HEX #AED64C Conifer

📋 copy color: '#AED64C'

red 174 ◦ green 214 ◦ blue 76

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

Shades of Conifer #AED64C

Tints of Conifer #AED64C

RGB

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

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

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

R = 37.5%
G = 46.12%
B = 16.38%

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

#AED64C (or 0xAED64C) is known color: Conifer. HEX triplet: AE, D6 and 4C. RGB value is (174,214,76). Sum of RGB (Red+Green+Blue) = 174+214+76=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 214 (83.98% from 255 or 46.12% from 464); Blue value is 76 (30.08% from 255 or 16.38% from 464); Max value from RGB is 214 - color contains mainly: green. Hex color #AED64C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED64C is #5129B3. Grayscale: #BABABA. Windows color (decimal): -5319092 or 5035694. OLE color: 5035694.

HSL color Cylindrical-coordinate representation of color #AED64C: hue angle of 77.39º 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 #AED64C is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 214 76 -
CMYK 0.19 0 0.64 0.16
HSL 77.39º 0.63% 0.57% -
HSV(B) 77.39º 0.64% 0.84% -
XYZ 42.81 57.61 15.7 -
YUV 186.31 65.75 119.22 -
System Red Green Blue C M Y K H S L
Decimal 174 214 76 0.19 0 0.64 0.16 77.39 0.63 0.57
Hex AE D6 4C 13 0 40 10 4D 3F 39
Octal 256 326 114 23 0 100 20 115 77 71
Binary 10101110 11010110 1001100 10011 0 1000000 10000 1001101 111111 111001

Color Harmonies of #AED64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED64C

Black with #AED64C

Text Example


Text Example

White with #AED64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED64C; }

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

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

background-color css

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

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

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

border-color css

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

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

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