Html Css Color HEX #AFF289 Feijoa

📋 copy color: '#AFF289'

red 175 ◦ green 242 ◦ blue 137

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

Shades of Feijoa #AFF289

Tints of Feijoa #AFF289

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.68%

 BLUE value IS 137 (53.91% from 255) = 24.73%

R = 31.59%
G = 43.68%
B = 24.73%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#AFF289 (or 0xAFF289) is known color: Feijoa. HEX triplet: AF, F2 and 89. RGB value is (175,242,137). Sum of RGB (Red+Green+Blue) = 175+242+137=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 137 (53.91% from 255 or 24.73% from 554); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF289 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF289 is #500D76. Grayscale: #D2D2D2. Windows color (decimal): -5246327 or 9040559. OLE color: 9040559.

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

Color convert

RGB 175 242 137 -
CMYK 0.28 0 0.43 0.05
HSL 98.29º 0.8% 0.74% -
HSV(B) 98.29º 0.43% 0.95% -
XYZ 53.95 74.42 35.19 -
YUV 210 86.8 103.04 -
System Red Green Blue C M Y K H S L
Decimal 175 242 137 0.28 0 0.43 0.05 98.29 0.8 0.74
Hex AF F2 89 1C 0 2B 5 62 50 4A
Octal 257 362 211 34 0 53 5 142 120 112
Binary 10101111 11110010 10001001 11100 0 101011 101 1100010 1010000 1001010

Color Harmonies of #AFF289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF289

Black with #AFF289

Text Example


Text Example

White with #AFF289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF289; }

 p { color: rgb(175,242,137); }

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

background-color css

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

 a { background-color: rgb(175,242,137); }

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

border-color css

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

 span { border-color: rgb(175,242,137); }

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