Html Css Color HEX #AED76A Conifer

📋 copy color: '#AED76A'

red 174 ◦ green 215 ◦ blue 106

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

Shades of Conifer #AED76A

Tints of Conifer #AED76A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.41%

R = 35.15%
G = 43.43%
B = 21.41%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#AED76A (or 0xAED76A) is known color: Conifer. HEX triplet: AE, D7 and 6A. RGB value is (174,215,106). Sum of RGB (Red+Green+Blue) = 174+215+106=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 215 (84.38% from 255 or 43.43% from 495); Blue value is 106 (41.80% from 255 or 21.41% from 495); Max value from RGB is 215 - color contains mainly: green. Hex color #AED76A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED76A is #512895. Grayscale: #BEBEBE. Windows color (decimal): -5318806 or 7002030. OLE color: 7002030.

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

Color convert

RGB 174 215 106 -
CMYK 0.19 0 0.51 0.16
HSL 82.57º 0.58% 0.63% -
HSV(B) 82.57º 0.51% 0.84% -
XYZ 44.36 58.64 22.62 -
YUV 190.32 80.42 116.36 -
System Red Green Blue C M Y K H S L
Decimal 174 215 106 0.19 0 0.51 0.16 82.57 0.58 0.63
Hex AE D7 6A 13 0 33 10 53 3A 3F
Octal 256 327 152 23 0 63 20 123 72 77
Binary 10101110 11010111 1101010 10011 0 110011 10000 1010011 111010 111111

Color Harmonies of #AED76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED76A

Black with #AED76A

Text Example


Text Example

White with #AED76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED76A; }

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

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

background-color css

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

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

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

border-color css

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

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

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