Html Css Color HEX #AED769 Conifer

📋 copy color: '#AED769'

red 174 ◦ green 215 ◦ blue 105

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

Shades of Conifer #AED769

Tints of Conifer #AED769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.26%

R = 35.22%
G = 43.52%
B = 21.26%

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

#AED769 (or 0xAED769) is known color: Conifer. HEX triplet: AE, D7 and 69. RGB value is (174,215,105). Sum of RGB (Red+Green+Blue) = 174+215+105=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 215 (84.38% from 255 or 43.52% from 494); Blue value is 105 (41.41% from 255 or 21.26% from 494); Max value from RGB is 215 - color contains mainly: green. Hex color #AED769 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED769 is #512896. Grayscale: #BEBEBE. Windows color (decimal): -5318807 or 6936494. OLE color: 6936494.

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

Color convert

RGB 174 215 105 -
CMYK 0.19 0 0.51 0.16
HSL 82.36º 0.58% 0.63% -
HSV(B) 82.36º 0.51% 0.84% -
XYZ 44.31 58.62 22.34 -
YUV 190.2 79.92 116.44 -
System Red Green Blue C M Y K H S L
Decimal 174 215 105 0.19 0 0.51 0.16 82.36 0.58 0.63
Hex AE D7 69 13 0 33 10 52 3A 3F
Octal 256 327 151 23 0 63 20 122 72 77
Binary 10101110 11010111 1101001 10011 0 110011 10000 1010010 111010 111111

Color Harmonies of #AED769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED769

Black with #AED769

Text Example


Text Example

White with #AED769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED769; }

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

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

background-color css

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

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

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

border-color css

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

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

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