Html Css Color HEX #AFEE8A Feijoa

📋 copy color: '#AFEE8A'

red 175 ◦ green 238 ◦ blue 138

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

Shades of Feijoa #AFEE8A

Tints of Feijoa #AFEE8A

RGB

 RED value IS 175 (68.75% from 255) = 31.76%

 GREEN value IS 238 (93.36% from 255) = 43.19%

 BLUE value IS 138 (54.3% from 255) = 25.05%

R = 31.76%
G = 43.19%
B = 25.05%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#AFEE8A (or 0xAFEE8A) is known color: Feijoa. HEX triplet: AF, EE and 8A. RGB value is (175,238,138). Sum of RGB (Red+Green+Blue) = 175+238+138=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 238 (93.36% from 255 or 43.19% from 551); Blue value is 138 (54.30% from 255 or 25.05% from 551); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEE8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEE8A is #501175. Grayscale: #D0D0D0. Windows color (decimal): -5247350 or 9105071. OLE color: 9105071.

HSL color Cylindrical-coordinate representation of color #AFEE8A: hue angle of 97.8º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFEE8A is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 238 138 -
CMYK 0.26 0 0.42 0.07
HSL 97.8º 0.75% 0.74% -
HSV(B) 97.8º 0.42% 0.93% -
XYZ 52.84 72.1 35.18 -
YUV 207.76 88.63 104.63 -
System Red Green Blue C M Y K H S L
Decimal 175 238 138 0.26 0 0.42 0.07 97.8 0.75 0.74
Hex AF EE 8A 1A 0 2A 7 62 4B 4A
Octal 257 356 212 32 0 52 7 142 113 112
Binary 10101111 11101110 10001010 11010 0 101010 111 1100010 1001011 1001010

Color Harmonies of #AFEE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEE8A

Black with #AFEE8A

Text Example


Text Example

White with #AFEE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEE8A; }

 p { color: rgb(175,238,138); }

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

background-color css

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

 a { background-color: rgb(175,238,138); }

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

border-color css

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

 span { border-color: rgb(175,238,138); }

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