Html Css Color HEX #AEDF65 Conifer

📋 copy color: '#AEDF65'

red 174 ◦ green 223 ◦ blue 101

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

Shades of Conifer #AEDF65

Tints of Conifer #AEDF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.28%

R = 34.94%
G = 44.78%
B = 20.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#AEDF65 (or 0xAEDF65) is known color: Conifer. HEX triplet: AE, DF and 65. RGB value is (174,223,101). Sum of RGB (Red+Green+Blue) = 174+223+101=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 101 (39.84% from 255 or 20.28% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDF65 is #51209A. Grayscale: #C2C2C2. Windows color (decimal): -5316763 or 6676398. OLE color: 6676398.

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

Color convert

RGB 174 223 101 -
CMYK 0.22 0 0.55 0.13
HSL 84.1º 0.66% 0.64% -
HSV(B) 84.1º 0.55% 0.87% -
XYZ 46.19 62.71 21.98 -
YUV 194.44 75.27 113.42 -
System Red Green Blue C M Y K H S L
Decimal 174 223 101 0.22 0 0.55 0.13 84.1 0.66 0.64
Hex AE DF 65 16 0 37 D 54 42 40
Octal 256 337 145 26 0 67 15 124 102 100
Binary 10101110 11011111 1100101 10110 0 110111 1101 1010100 1000010 1000000

Color Harmonies of #AEDF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDF65

Black with #AEDF65

Text Example


Text Example

White with #AEDF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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