Html Css Color HEX #AECF8B Feijoa

📋 copy color: '#AECF8B'

red 174 ◦ green 207 ◦ blue 139

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

Shades of Feijoa #AECF8B

Tints of Feijoa #AECF8B

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.81%

 BLUE value IS 139 (54.69% from 255) = 26.73%

R = 33.46%
G = 39.81%
B = 26.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#AECF8B (or 0xAECF8B) is known color: Feijoa. HEX triplet: AE, CF and 8B. RGB value is (174,207,139). Sum of RGB (Red+Green+Blue) = 174+207+139=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 139 (54.69% from 255 or 26.73% from 520); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECF8B is #513074. Grayscale: #BDBDBD. Windows color (decimal): -5320821 or 9162670. OLE color: 9162670.

HSL color Cylindrical-coordinate representation of color #AECF8B: hue angle of 89.12º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AECF8B is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 207 139 -
CMYK 0.16 0 0.33 0.19
HSL 89.12º 0.41% 0.68% -
HSV(B) 89.12º 0.33% 0.81% -
XYZ 44.43 55.49 32.79 -
YUV 189.38 99.57 117.03 -
System Red Green Blue C M Y K H S L
Decimal 174 207 139 0.16 0 0.33 0.19 89.12 0.41 0.68
Hex AE CF 8B 10 0 21 13 59 29 44
Octal 256 317 213 20 0 41 23 131 51 104
Binary 10101110 11001111 10001011 10000 0 100001 10011 1011001 101001 1000100

Color Harmonies of #AECF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECF8B

Black with #AECF8B

Text Example


Text Example

White with #AECF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECF8B; }

 p { color: rgb(174,207,139); }

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

background-color css

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

 a { background-color: rgb(174,207,139); }

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

border-color css

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

 span { border-color: rgb(174,207,139); }

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