Html Css Color HEX #AFF389 Feijoa

📋 copy color: '#AFF389'

red 175 ◦ green 243 ◦ blue 137

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

Shades of Feijoa #AFF389

Tints of Feijoa #AFF389

RGB

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

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

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

R = 31.53%
G = 43.78%
B = 24.68%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#AFF389 (or 0xAFF389) is known color: Feijoa. HEX triplet: AF, F3 and 89. RGB value is (175,243,137). Sum of RGB (Red+Green+Blue) = 175+243+137=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 243 (95.31% from 255 or 43.78% from 555); Blue value is 137 (53.91% from 255 or 24.68% from 555); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF389 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF389 is #500C76. Grayscale: #D2D2D2. Windows color (decimal): -5246071 or 9040815. OLE color: 9040815.

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

Color convert

RGB 175 243 137 -
CMYK 0.28 0 0.44 0.05
HSL 98.49º 0.82% 0.75% -
HSV(B) 98.49º 0.44% 0.95% -
XYZ 54.25 75.02 35.29 -
YUV 210.58 86.47 102.62 -
System Red Green Blue C M Y K H S L
Decimal 175 243 137 0.28 0 0.44 0.05 98.49 0.82 0.75
Hex AF F3 89 1C 0 2C 5 62 52 4B
Octal 257 363 211 34 0 54 5 142 122 113
Binary 10101111 11110011 10001001 11100 0 101100 101 1100010 1010010 1001011

Color Harmonies of #AFF389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF389

Black with #AFF389

Text Example


Text Example

White with #AFF389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF389; }

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

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

background-color css

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

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

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

border-color css

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

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

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