Html Css Color HEX #AFF28C Feijoa

📋 copy color: '#AFF28C'

red 175 ◦ green 242 ◦ blue 140

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

Shades of Feijoa #AFF28C

Tints of Feijoa #AFF28C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.13%

R = 31.42%
G = 43.45%
B = 25.13%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#AFF28C (or 0xAFF28C) is known color: Feijoa. HEX triplet: AF, F2 and 8C. RGB value is (175,242,140). Sum of RGB (Red+Green+Blue) = 175+242+140=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 242 (94.92% from 255 or 43.45% from 557); Blue value is 140 (55.08% from 255 or 25.13% from 557); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF28C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF28C is #500D73. Grayscale: #D2D2D2. Windows color (decimal): -5246324 or 9237167. OLE color: 9237167.

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

Color convert

RGB 175 242 140 -
CMYK 0.28 0 0.42 0.05
HSL 99.41º 0.8% 0.75% -
HSV(B) 99.41º 0.42% 0.95% -
XYZ 54.16 74.51 36.34 -
YUV 210.34 88.3 102.79 -
System Red Green Blue C M Y K H S L
Decimal 175 242 140 0.28 0 0.42 0.05 99.41 0.8 0.75
Hex AF F2 8C 1C 0 2A 5 63 50 4B
Octal 257 362 214 34 0 52 5 143 120 113
Binary 10101111 11110010 10001100 11100 0 101010 101 1100011 1010000 1001011

Color Harmonies of #AFF28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF28C

Black with #AFF28C

Text Example


Text Example

White with #AFF28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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