Html Css Color HEX #AEDB40 Conifer

📋 copy color: '#AEDB40'

red 174 ◦ green 219 ◦ blue 64

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

Shades of Conifer #AEDB40

Tints of Conifer #AEDB40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14%

R = 38.07%
G = 47.92%
B = 14%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#AEDB40 (or 0xAEDB40) is known color: Conifer. HEX triplet: AE, DB and 40. RGB value is (174,219,64). Sum of RGB (Red+Green+Blue) = 174+219+64=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 64 (25.39% from 255 or 14.00% from 457); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDB40 is #5124BF. Grayscale: #BCBCBC. Windows color (decimal): -5317824 or 4250542. OLE color: 4250542.

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

Color convert

RGB 174 219 64 -
CMYK 0.21 0 0.71 0.14
HSL 77.42º 0.68% 0.55% -
HSV(B) 77.42º 0.71% 0.86% -
XYZ 43.71 60.03 14.13 -
YUV 187.88 58.09 118.1 -
System Red Green Blue C M Y K H S L
Decimal 174 219 64 0.21 0 0.71 0.14 77.42 0.68 0.55
Hex AE DB 40 15 0 47 E 4D 44 37
Octal 256 333 100 25 0 107 16 115 104 67
Binary 10101110 11011011 1000000 10101 0 1000111 1110 1001101 1000100 110111

Color Harmonies of #AEDB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDB40

Black with #AEDB40

Text Example


Text Example

White with #AEDB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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