Html Css Color HEX #AFEF88 Feijoa

📋 copy color: '#AFEF88'

red 175 ◦ green 239 ◦ blue 136

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

Shades of Feijoa #AFEF88

Tints of Feijoa #AFEF88

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.45%

 BLUE value IS 136 (53.52% from 255) = 24.73%

R = 31.82%
G = 43.45%
B = 24.73%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#AFEF88 (or 0xAFEF88) is known color: Feijoa. HEX triplet: AF, EF and 88. RGB value is (175,239,136). Sum of RGB (Red+Green+Blue) = 175+239+136=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 239 (93.75% from 255 or 43.45% from 550); Blue value is 136 (53.52% from 255 or 24.73% from 550); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEF88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEF88 is #501077. Grayscale: #D0D0D0. Windows color (decimal): -5247096 or 8974255. OLE color: 8974255.

HSL color Cylindrical-coordinate representation of color #AFEF88: hue angle of 97.28º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFEF88 is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 239 136 -
CMYK 0.27 0 0.43 0.06
HSL 97.28º 0.76% 0.74% -
HSV(B) 97.28º 0.43% 0.94% -
XYZ 52.99 72.62 34.52 -
YUV 208.12 87.3 104.38 -
System Red Green Blue C M Y K H S L
Decimal 175 239 136 0.27 0 0.43 0.06 97.28 0.76 0.74
Hex AF EF 88 1B 0 2B 6 61 4C 4A
Octal 257 357 210 33 0 53 6 141 114 112
Binary 10101111 11101111 10001000 11011 0 101011 110 1100001 1001100 1001010

Color Harmonies of #AFEF88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEF88

Black with #AFEF88

Text Example


Text Example

White with #AFEF88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEF88; }

 p { color: rgb(175,239,136); }

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

background-color css

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

 a { background-color: rgb(175,239,136); }

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

border-color css

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

 span { border-color: rgb(175,239,136); }

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