Html Css Color HEX #AEF044 Conifer

📋 copy color: '#AEF044'

red 174 ◦ green 240 ◦ blue 68

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

Shades of Conifer #AEF044

Tints of Conifer #AEF044

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.79%

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

R = 36.1%
G = 49.79%
B = 14.11%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#AEF044 (or 0xAEF044) is known color: Conifer. HEX triplet: AE, F0 and 44. RGB value is (174,240,68). Sum of RGB (Red+Green+Blue) = 174+240+68=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 240 (94.14% from 255 or 49.79% from 482); Blue value is 68 (26.95% from 255 or 14.11% from 482); Max value from RGB is 240 - color contains mainly: green. Hex color #AEF044 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEF044 is #510FBB. Grayscale: #C9C9C9. Windows color (decimal): -5312444 or 4518062. OLE color: 4518062.

HSL color Cylindrical-coordinate representation of color #AEF044: hue angle of 83.02º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AEF044 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 240 68 -
CMYK 0.28 0 0.72 0.06
HSL 83.02º 0.85% 0.6% -
HSV(B) 83.02º 0.72% 0.94% -
XYZ 49.66 71.74 16.7 -
YUV 200.66 53.13 108.99 -
System Red Green Blue C M Y K H S L
Decimal 174 240 68 0.28 0 0.72 0.06 83.02 0.85 0.6
Hex AE F0 44 1C 0 48 6 53 55 3C
Octal 256 360 104 34 0 110 6 123 125 74
Binary 10101110 11110000 1000100 11100 0 1001000 110 1010011 1010101 111100

Color Harmonies of #AEF044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF044

Black with #AEF044

Text Example


Text Example

White with #AEF044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF044; }

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

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

background-color css

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

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

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

border-color css

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

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

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