Html Css Color HEX #AEF04C Conifer

📋 copy color: '#AEF04C'

red 174 ◦ green 240 ◦ blue 76

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

Shades of Conifer #AEF04C

Tints of Conifer #AEF04C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.51%

R = 35.51%
G = 48.98%
B = 15.51%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#AEF04C (or 0xAEF04C) is known color: Conifer. HEX triplet: AE, F0 and 4C. RGB value is (174,240,76). Sum of RGB (Red+Green+Blue) = 174+240+76=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 240 (94.14% from 255 or 48.98% from 490); Blue value is 76 (30.08% from 255 or 15.51% from 490); Max value from RGB is 240 - color contains mainly: green. Hex color #AEF04C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEF04C is #510FB3. Grayscale: #CACACA. Windows color (decimal): -5312436 or 5042350. OLE color: 5042350.

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

Color convert

RGB 174 240 76 -
CMYK 0.28 0 0.68 0.06
HSL 84.15º 0.85% 0.62% -
HSV(B) 84.15º 0.68% 0.94% -
XYZ 49.92 71.84 18.07 -
YUV 201.57 57.13 108.34 -
System Red Green Blue C M Y K H S L
Decimal 174 240 76 0.28 0 0.68 0.06 84.15 0.85 0.62
Hex AE F0 4C 1C 0 44 6 54 55 3E
Octal 256 360 114 34 0 104 6 124 125 76
Binary 10101110 11110000 1001100 11100 0 1000100 110 1010100 1010101 111110

Color Harmonies of #AEF04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF04C

Black with #AEF04C

Text Example


Text Example

White with #AEF04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF04C; }

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

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

background-color css

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

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

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

border-color css

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

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

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