Html Css Color HEX #AEDE3E Conifer

📋 copy color: '#AEDE3E'

red 174 ◦ green 222 ◦ blue 62

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

Shades of Conifer #AEDE3E

Tints of Conifer #AEDE3E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.47%

 BLUE value IS 62 (24.61% from 255) = 13.54%

R = 37.99%
G = 48.47%
B = 13.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#AEDE3E (or 0xAEDE3E) is known color: Conifer. HEX triplet: AE, DE and 3E. RGB value is (174,222,62). Sum of RGB (Red+Green+Blue) = 174+222+62=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 222 (87.11% from 255 or 48.47% from 458); Blue value is 62 (24.61% from 255 or 13.54% from 458); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDE3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDE3E is #5121C1. Grayscale: #BDBDBD. Windows color (decimal): -5317058 or 4120238. OLE color: 4120238.

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

Color convert

RGB 174 222 62 -
CMYK 0.22 0 0.72 0.13
HSL 78º 0.71% 0.56% -
HSV(B) 78º 0.72% 0.87% -
XYZ 44.45 61.59 14.1 -
YUV 189.41 56.1 117.01 -
System Red Green Blue C M Y K H S L
Decimal 174 222 62 0.22 0 0.72 0.13 78 0.71 0.56
Hex AE DE 3E 16 0 48 D 4E 47 38
Octal 256 336 76 26 0 110 15 116 107 70
Binary 10101110 11011110 111110 10110 0 1001000 1101 1001110 1000111 111000

Color Harmonies of #AEDE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDE3E

Black with #AEDE3E

Text Example


Text Example

White with #AEDE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDE3E; }

 p { color: rgb(174,222,62); }

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

background-color css

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

 a { background-color: rgb(174,222,62); }

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

border-color css

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

 span { border-color: rgb(174,222,62); }

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