Html Css Color HEX #AEFC5E Conifer

📋 copy color: '#AEFC5E'

red 174 ◦ green 252 ◦ blue 94

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

Shades of Conifer #AEFC5E

Tints of Conifer #AEFC5E

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.46%

 BLUE value IS 94 (37.11% from 255) = 18.08%

R = 33.46%
G = 48.46%
B = 18.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#AEFC5E (or 0xAEFC5E) is known color: Conifer. HEX triplet: AE, FC and 5E. RGB value is (174,252,94). Sum of RGB (Red+Green+Blue) = 174+252+94=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 252 (98.83% from 255 or 48.46% from 520); Blue value is 94 (37.11% from 255 or 18.08% from 520); Max value from RGB is 252 - color contains mainly: green. Hex color #AEFC5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFC5E is #5103A1. Grayscale: #D3D3D3. Windows color (decimal): -5309346 or 6225070. OLE color: 6225070.

HSL color Cylindrical-coordinate representation of color #AEFC5E: hue angle of 89.62º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AEFC5E is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 174 252 94 -
CMYK 0.31 0 0.63 0.01
HSL 89.62º 0.96% 0.68% -
HSV(B) 89.62º 0.63% 0.99% -
XYZ 54.29 79.43 23.06 -
YUV 210.67 62.16 101.85 -
System Red Green Blue C M Y K H S L
Decimal 174 252 94 0.31 0 0.63 0.01 89.62 0.96 0.68
Hex AE FC 5E 1F 0 3F 1 5A 60 44
Octal 256 374 136 37 0 77 1 132 140 104
Binary 10101110 11111100 1011110 11111 0 111111 1 1011010 1100000 1000100

Color Harmonies of #AEFC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFC5E

Black with #AEFC5E

Text Example


Text Example

White with #AEFC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFC5E; }

 p { color: rgb(174,252,94); }

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

background-color css

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

 a { background-color: rgb(174,252,94); }

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

border-color css

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

 span { border-color: rgb(174,252,94); }

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