Html Css Color HEX #AED76E Conifer

📋 copy color: '#AED76E'

red 174 ◦ green 215 ◦ blue 110

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

Shades of Conifer #AED76E

Tints of Conifer #AED76E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.09%

 BLUE value IS 110 (43.36% from 255) = 22.04%

R = 34.87%
G = 43.09%
B = 22.04%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#AED76E (or 0xAED76E) is known color: Conifer. HEX triplet: AE, D7 and 6E. RGB value is (174,215,110). Sum of RGB (Red+Green+Blue) = 174+215+110=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 110 (43.36% from 255 or 22.04% from 499); Max value from RGB is 215 - color contains mainly: green. Hex color #AED76E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED76E is #512891. Grayscale: #BFBFBF. Windows color (decimal): -5318802 or 7264174. OLE color: 7264174.

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

Color convert

RGB 174 215 110 -
CMYK 0.19 0 0.49 0.16
HSL 83.43º 0.57% 0.64% -
HSV(B) 83.43º 0.49% 0.84% -
XYZ 44.57 58.73 23.74 -
YUV 190.77 82.42 116.04 -
System Red Green Blue C M Y K H S L
Decimal 174 215 110 0.19 0 0.49 0.16 83.43 0.57 0.64
Hex AE D7 6E 13 0 31 10 53 39 40
Octal 256 327 156 23 0 61 20 123 71 100
Binary 10101110 11010111 1101110 10011 0 110001 10000 1010011 111001 1000000

Color Harmonies of #AED76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED76E

Black with #AED76E

Text Example


Text Example

White with #AED76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED76E; }

 p { color: rgb(174,215,110); }

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

background-color css

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

 a { background-color: rgb(174,215,110); }

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

border-color css

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

 span { border-color: rgb(174,215,110); }

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