Html Css Color HEX #AEFF5E Conifer

📋 copy color: '#AEFF5E'

red 174 ◦ green 255 ◦ blue 94

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

Shades of Conifer #AEFF5E

Tints of Conifer #AEFF5E

RGB

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

 GREEN value IS 255 (100% from 255) = 48.76%

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

R = 33.27%
G = 48.76%
B = 17.97%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#AEFF5E (or 0xAEFF5E) is known color: Conifer. HEX triplet: AE, FF and 5E. RGB value is (174,255,94). Sum of RGB (Red+Green+Blue) = 174+255+94=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 94 (37.11% from 255 or 17.97% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFF5E is #5100A1. Grayscale: #D4D4D4. Windows color (decimal): -5308578 or 6225838. OLE color: 6225838.

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

Color convert

RGB 174 255 94 -
CMYK 0.32 0 0.63 0
HSL 90.19º 1% 0.68% -
HSV(B) 90.19º 0.63% 1% -
XYZ 55.24 81.33 23.38 -
YUV 212.43 61.16 100.59 -
System Red Green Blue C M Y K H S L
Decimal 174 255 94 0.32 0 0.63 0 90.19 1 0.68
Hex AE FF 5E 20 0 3F 0 5A 64 44
Octal 256 377 136 40 0 77 0 132 144 104
Binary 10101110 11111111 1011110 100000 0 111111 0 1011010 1100100 1000100

Color Harmonies of #AEFF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFF5E

Black with #AEFF5E

Text Example


Text Example

White with #AEFF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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