Html Css Color HEX #AEF350 Conifer

📋 copy color: '#AEF350'

red 174 ◦ green 243 ◦ blue 80

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

Shades of Conifer #AEF350

Tints of Conifer #AEF350

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.89%

 BLUE value IS 80 (31.64% from 255) = 16.1%

R = 35.01%
G = 48.89%
B = 16.1%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#AEF350 (or 0xAEF350) is known color: Conifer. HEX triplet: AE, F3 and 50. RGB value is (174,243,80). Sum of RGB (Red+Green+Blue) = 174+243+80=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 243 (95.31% from 255 or 48.89% from 497); Blue value is 80 (31.64% from 255 or 16.10% from 497); Max value from RGB is 243 - color contains mainly: green. Hex color #AEF350 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF350 is #510CAF. Grayscale: #CCCCCC. Windows color (decimal): -5311664 or 5305262. OLE color: 5305262.

HSL color Cylindrical-coordinate representation of color #AEF350: hue angle of 85.4º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AEF350 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 243 80 -
CMYK 0.28 0 0.67 0.05
HSL 85.4º 0.87% 0.63% -
HSV(B) 85.4º 0.67% 0.95% -
XYZ 50.95 73.68 19.13 -
YUV 203.79 58.14 106.75 -
System Red Green Blue C M Y K H S L
Decimal 174 243 80 0.28 0 0.67 0.05 85.4 0.87 0.63
Hex AE F3 50 1C 0 43 5 55 57 3F
Octal 256 363 120 34 0 103 5 125 127 77
Binary 10101110 11110011 1010000 11100 0 1000011 101 1010101 1010111 111111

Color Harmonies of #AEF350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF350

Black with #AEF350

Text Example


Text Example

White with #AEF350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF350; }

 p { color: rgb(174,243,80); }

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

background-color css

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

 a { background-color: rgb(174,243,80); }

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

border-color css

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

 span { border-color: rgb(174,243,80); }

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