Html Css Color HEX #AFF78B Feijoa

📋 copy color: '#AFF78B'

red 175 ◦ green 247 ◦ blue 139

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

Shades of Feijoa #AFF78B

Tints of Feijoa #AFF78B

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.03%

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

R = 31.19%
G = 44.03%
B = 24.78%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#AFF78B (or 0xAFF78B) is known color: Feijoa. HEX triplet: AF, F7 and 8B. RGB value is (175,247,139). Sum of RGB (Red+Green+Blue) = 175+247+139=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 247 (96.88% from 255 or 44.03% from 561); Blue value is 139 (54.69% from 255 or 24.78% from 561); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF78B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF78B is #500874. Grayscale: #D5D5D5. Windows color (decimal): -5245045 or 9172911. OLE color: 9172911.

HSL color Cylindrical-coordinate representation of color #AFF78B: hue angle of 100º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFF78B is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 247 139 -
CMYK 0.29 0 0.44 0.03
HSL 100º 0.87% 0.76% -
HSV(B) 100º 0.44% 0.97% -
XYZ 55.6 77.5 36.45 -
YUV 213.16 86.15 100.78 -
System Red Green Blue C M Y K H S L
Decimal 175 247 139 0.29 0 0.44 0.03 100 0.87 0.76
Hex AF F7 8B 1D 0 2C 3 64 57 4C
Octal 257 367 213 35 0 54 3 144 127 114
Binary 10101111 11110111 10001011 11101 0 101100 11 1100100 1010111 1001100

Color Harmonies of #AFF78B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF78B

Black with #AFF78B

Text Example


Text Example

White with #AFF78B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF78B; }

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

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

background-color css

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

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

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

border-color css

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

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

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