Html Css Color HEX #AFF07D Feijoa

📋 copy color: '#AFF07D'

red 175 ◦ green 240 ◦ blue 125

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

Shades of Feijoa #AFF07D

Tints of Feijoa #AFF07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.15%

R = 32.41%
G = 44.44%
B = 23.15%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#AFF07D (or 0xAFF07D) is known color: Feijoa. HEX triplet: AF, F0 and 7D. RGB value is (175,240,125). Sum of RGB (Red+Green+Blue) = 175+240+125=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 240 (94.14% from 255 or 44.44% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF07D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF07D is #500F82. Grayscale: #CFCFCF. Windows color (decimal): -5246851 or 8253615. OLE color: 8253615.

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

Color convert

RGB 175 240 125 -
CMYK 0.27 0 0.48 0.06
HSL 93.91º 0.79% 0.72% -
HSV(B) 93.91º 0.48% 0.94% -
XYZ 52.54 72.91 30.71 -
YUV 207.46 81.47 104.85 -
System Red Green Blue C M Y K H S L
Decimal 175 240 125 0.27 0 0.48 0.06 93.91 0.79 0.72
Hex AF F0 7D 1B 0 30 6 5E 4F 48
Octal 257 360 175 33 0 60 6 136 117 110
Binary 10101111 11110000 1111101 11011 0 110000 110 1011110 1001111 1001000

Color Harmonies of #AFF07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF07D

Black with #AFF07D

Text Example


Text Example

White with #AFF07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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