Html Css Color HEX #AFF28B Feijoa

📋 copy color: '#AFF28B'

red 175 ◦ green 242 ◦ blue 139

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

Shades of Feijoa #AFF28B

Tints of Feijoa #AFF28B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25%

R = 31.47%
G = 43.53%
B = 25%

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

#AFF28B (or 0xAFF28B) is known color: Feijoa. HEX triplet: AF, F2 and 8B. RGB value is (175,242,139). Sum of RGB (Red+Green+Blue) = 175+242+139=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 242 (94.92% from 255 or 43.53% from 556); Blue value is 139 (54.69% from 255 or 25% from 556); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF28B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF28B is #500D74. Grayscale: #D2D2D2. Windows color (decimal): -5246325 or 9171631. OLE color: 9171631.

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

Color convert

RGB 175 242 139 -
CMYK 0.28 0 0.43 0.05
HSL 99.03º 0.8% 0.75% -
HSV(B) 99.03º 0.43% 0.95% -
XYZ 54.09 74.48 35.95 -
YUV 210.23 87.8 102.88 -
System Red Green Blue C M Y K H S L
Decimal 175 242 139 0.28 0 0.43 0.05 99.03 0.8 0.75
Hex AF F2 8B 1C 0 2B 5 63 50 4B
Octal 257 362 213 34 0 53 5 143 120 113
Binary 10101111 11110010 10001011 11100 0 101011 101 1100011 1010000 1001011

Color Harmonies of #AFF28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF28B

Black with #AFF28B

Text Example


Text Example

White with #AFF28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF28B; }

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

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

background-color css

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

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

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

border-color css

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

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

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