Html Css Color HEX #AFF28E Feijoa

📋 copy color: '#AFF28E'

red 175 ◦ green 242 ◦ blue 142

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

Shades of Feijoa #AFF28E

Tints of Feijoa #AFF28E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 25.4%

R = 31.31%
G = 43.29%
B = 25.4%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#AFF28E (or 0xAFF28E) is known color: Feijoa. HEX triplet: AF, F2 and 8E. RGB value is (175,242,142). Sum of RGB (Red+Green+Blue) = 175+242+142=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 242 (94.92% from 255 or 43.29% from 559); Blue value is 142 (55.86% from 255 or 25.40% from 559); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF28E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF28E is #500D71. Grayscale: #D2D2D2. Windows color (decimal): -5246322 or 9368239. OLE color: 9368239.

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

Color convert

RGB 175 242 142 -
CMYK 0.28 0 0.41 0.05
HSL 100.2º 0.79% 0.75% -
HSV(B) 100.2º 0.41% 0.95% -
XYZ 54.31 74.57 37.12 -
YUV 210.57 89.3 102.63 -
System Red Green Blue C M Y K H S L
Decimal 175 242 142 0.28 0 0.41 0.05 100.2 0.79 0.75
Hex AF F2 8E 1C 0 29 5 64 4F 4B
Octal 257 362 216 34 0 51 5 144 117 113
Binary 10101111 11110010 10001110 11100 0 101001 101 1100100 1001111 1001011

Color Harmonies of #AFF28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF28E

Black with #AFF28E

Text Example


Text Example

White with #AFF28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF28E; }

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

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

background-color css

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

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

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

border-color css

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

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

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