Html Css Color HEX #AFF07A Feijoa

📋 copy color: '#AFF07A'

red 175 ◦ green 240 ◦ blue 122

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

Shades of Feijoa #AFF07A

Tints of Feijoa #AFF07A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.69%

 BLUE value IS 122 (48.05% from 255) = 22.72%

R = 32.59%
G = 44.69%
B = 22.72%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#AFF07A (or 0xAFF07A) is known color: Feijoa. HEX triplet: AF, F0 and 7A. RGB value is (175,240,122). Sum of RGB (Red+Green+Blue) = 175+240+122=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 240 (94.14% from 255 or 44.69% from 537); Blue value is 122 (48.05% from 255 or 22.72% from 537); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF07A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF07A is #500F85. Grayscale: #CFCFCF. Windows color (decimal): -5246854 or 8057007. OLE color: 8057007.

HSL color Cylindrical-coordinate representation of color #AFF07A: hue angle of 93.05º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFF07A is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 240 122 -
CMYK 0.27 0 0.49 0.06
HSL 93.05º 0.8% 0.71% -
HSV(B) 93.05º 0.49% 0.94% -
XYZ 52.35 72.84 29.71 -
YUV 207.11 79.97 105.09 -
System Red Green Blue C M Y K H S L
Decimal 175 240 122 0.27 0 0.49 0.06 93.05 0.8 0.71
Hex AF F0 7A 1B 0 31 6 5D 50 47
Octal 257 360 172 33 0 61 6 135 120 107
Binary 10101111 11110000 1111010 11011 0 110001 110 1011101 1010000 1000111

Color Harmonies of #AFF07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF07A

Black with #AFF07A

Text Example


Text Example

White with #AFF07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF07A; }

 p { color: rgb(175,240,122); }

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

background-color css

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

 a { background-color: rgb(175,240,122); }

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

border-color css

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

 span { border-color: rgb(175,240,122); }

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