Html Css Color HEX #AEDB3E Conifer

📋 copy color: '#AEDB3E'

red 174 ◦ green 219 ◦ blue 62

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

Shades of Conifer #AEDB3E

Tints of Conifer #AEDB3E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.13%

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

R = 38.24%
G = 48.13%
B = 13.63%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#AEDB3E (or 0xAEDB3E) is known color: Conifer. HEX triplet: AE, DB and 3E. RGB value is (174,219,62). Sum of RGB (Red+Green+Blue) = 174+219+62=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 219 (85.94% from 255 or 48.13% from 455); Blue value is 62 (24.61% from 255 or 13.63% from 455); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDB3E is #5124C1. Grayscale: #BCBCBC. Windows color (decimal): -5317826 or 4119470. OLE color: 4119470.

HSL color Cylindrical-coordinate representation of color #AEDB3E: hue angle of 77.2º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AEDB3E is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 219 62 -
CMYK 0.21 0 0.72 0.14
HSL 77.2º 0.69% 0.55% -
HSV(B) 77.2º 0.72% 0.86% -
XYZ 43.66 60.01 13.84 -
YUV 187.65 57.09 118.27 -
System Red Green Blue C M Y K H S L
Decimal 174 219 62 0.21 0 0.72 0.14 77.2 0.69 0.55
Hex AE DB 3E 15 0 48 E 4D 45 37
Octal 256 333 76 25 0 110 16 115 105 67
Binary 10101110 11011011 111110 10101 0 1001000 1110 1001101 1000101 110111

Color Harmonies of #AEDB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDB3E

Black with #AEDB3E

Text Example


Text Example

White with #AEDB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDB3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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