Html Css Color HEX #AFF37C Feijoa

📋 copy color: '#AFF37C'

red 175 ◦ green 243 ◦ blue 124

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

Shades of Feijoa #AFF37C

Tints of Feijoa #AFF37C

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.83%

 BLUE value IS 124 (48.83% from 255) = 22.88%

R = 32.29%
G = 44.83%
B = 22.88%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#AFF37C (or 0xAFF37C) is known color: Feijoa. HEX triplet: AF, F3 and 7C. RGB value is (175,243,124). Sum of RGB (Red+Green+Blue) = 175+243+124=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 243 (95.31% from 255 or 44.83% from 542); Blue value is 124 (48.83% from 255 or 22.88% from 542); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF37C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF37C is #500C83. Grayscale: #D1D1D1. Windows color (decimal): -5246084 or 8188847. OLE color: 8188847.

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

Color convert

RGB 175 243 124 -
CMYK 0.28 0 0.49 0.05
HSL 94.29º 0.83% 0.72% -
HSV(B) 94.29º 0.49% 0.95% -
XYZ 53.37 74.67 30.67 -
YUV 209.1 79.97 103.68 -
System Red Green Blue C M Y K H S L
Decimal 175 243 124 0.28 0 0.49 0.05 94.29 0.83 0.72
Hex AF F3 7C 1C 0 31 5 5E 53 48
Octal 257 363 174 34 0 61 5 136 123 110
Binary 10101111 11110011 1111100 11100 0 110001 101 1011110 1010011 1001000

Color Harmonies of #AFF37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF37C

Black with #AFF37C

Text Example


Text Example

White with #AFF37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF37C; }

 p { color: rgb(175,243,124); }

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

background-color css

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

 a { background-color: rgb(175,243,124); }

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

border-color css

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

 span { border-color: rgb(175,243,124); }

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