Html Css Color HEX #AEDF60 Conifer

📋 copy color: '#AEDF60'

red 174 ◦ green 223 ◦ blue 96

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

Shades of Conifer #AEDF60

Tints of Conifer #AEDF60

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.23%

 BLUE value IS 96 (37.89% from 255) = 19.47%

R = 35.29%
G = 45.23%
B = 19.47%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#AEDF60 (or 0xAEDF60) is known color: Conifer. HEX triplet: AE, DF and 60. RGB value is (174,223,96). Sum of RGB (Red+Green+Blue) = 174+223+96=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 96 (37.89% from 255 or 19.47% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDF60 is #51209F. Grayscale: #C2C2C2. Windows color (decimal): -5316768 or 6348718. OLE color: 6348718.

HSL color Cylindrical-coordinate representation of color #AEDF60: hue angle of 83.15º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AEDF60 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 223 96 -
CMYK 0.22 0 0.57 0.13
HSL 83.15º 0.66% 0.63% -
HSV(B) 83.15º 0.57% 0.87% -
XYZ 45.95 62.62 20.73 -
YUV 193.87 72.77 113.83 -
System Red Green Blue C M Y K H S L
Decimal 174 223 96 0.22 0 0.57 0.13 83.15 0.66 0.63
Hex AE DF 60 16 0 39 D 53 42 3F
Octal 256 337 140 26 0 71 15 123 102 77
Binary 10101110 11011111 1100000 10110 0 111001 1101 1010011 1000010 111111

Color Harmonies of #AEDF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDF60

Black with #AEDF60

Text Example


Text Example

White with #AEDF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDF60; }

 p { color: rgb(174,223,96); }

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

background-color css

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

 a { background-color: rgb(174,223,96); }

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

border-color css

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

 span { border-color: rgb(174,223,96); }

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