Html Css Color HEX #AEDF44 Conifer

📋 copy color: '#AEDF44'

red 174 ◦ green 223 ◦ blue 68

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

Shades of Conifer #AEDF44

Tints of Conifer #AEDF44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.62%

R = 37.42%
G = 47.96%
B = 14.62%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#AEDF44 (or 0xAEDF44) is known color: Conifer. HEX triplet: AE, DF and 44. RGB value is (174,223,68). Sum of RGB (Red+Green+Blue) = 174+223+68=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 68 (26.95% from 255 or 14.62% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDF44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDF44 is #5120BB. Grayscale: #BFBFBF. Windows color (decimal): -5316796 or 4513710. OLE color: 4513710.

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

Color convert

RGB 174 223 68 -
CMYK 0.22 0 0.70 0.13
HSL 78.97º 0.71% 0.57% -
HSV(B) 78.97º 0.7% 0.87% -
XYZ 44.89 62.19 15.11 -
YUV 190.68 58.77 116.1 -
System Red Green Blue C M Y K H S L
Decimal 174 223 68 0.22 0 0.70 0.13 78.97 0.71 0.57
Hex AE DF 44 16 0 46 D 4F 47 39
Octal 256 337 104 26 0 106 15 117 107 71
Binary 10101110 11011111 1000100 10110 0 1000110 1101 1001111 1000111 111001

Color Harmonies of #AEDF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDF44

Black with #AEDF44

Text Example


Text Example

White with #AEDF44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDF44; }

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

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

background-color css

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

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

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

border-color css

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

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

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