Html Css Color HEX #AEF38C Feijoa

📋 copy color: '#AEF38C'

red 174 ◦ green 243 ◦ blue 140

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

Shades of Feijoa #AEF38C

Tints of Feijoa #AEF38C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.13%

R = 31.24%
G = 43.63%
B = 25.13%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#AEF38C (or 0xAEF38C) is known color: Feijoa. HEX triplet: AE, F3 and 8C. RGB value is (174,243,140). Sum of RGB (Red+Green+Blue) = 174+243+140=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 243 (95.31% from 255 or 43.63% from 557); Blue value is 140 (55.08% from 255 or 25.13% from 557); Max value from RGB is 243 - color contains mainly: green. Hex color #AEF38C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEF38C is #510C73. Grayscale: #D2D2D2. Windows color (decimal): -5311604 or 9237422. OLE color: 9237422.

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

Color convert

RGB 174 243 140 -
CMYK 0.28 0 0.42 0.05
HSL 100.19º 0.81% 0.75% -
HSV(B) 100.19º 0.42% 0.95% -
XYZ 54.24 74.99 36.43 -
YUV 210.63 88.14 101.88 -
System Red Green Blue C M Y K H S L
Decimal 174 243 140 0.28 0 0.42 0.05 100.19 0.81 0.75
Hex AE F3 8C 1C 0 2A 5 64 51 4B
Octal 256 363 214 34 0 52 5 144 121 113
Binary 10101110 11110011 10001100 11100 0 101010 101 1100100 1010001 1001011

Color Harmonies of #AEF38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF38C

Black with #AEF38C

Text Example


Text Example

White with #AEF38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF38C; }

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

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

background-color css

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

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

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

border-color css

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

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

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