Html Css Color HEX #AFE38A Feijoa

📋 copy color: '#AFE38A'

red 175 ◦ green 227 ◦ blue 138

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

Shades of Feijoa #AFE38A

Tints of Feijoa #AFE38A

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.04%

 BLUE value IS 138 (54.3% from 255) = 25.56%

R = 32.41%
G = 42.04%
B = 25.56%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#AFE38A (or 0xAFE38A) is known color: Feijoa. HEX triplet: AF, E3 and 8A. RGB value is (175,227,138). Sum of RGB (Red+Green+Blue) = 175+227+138=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 227 (89.06% from 255 or 42.04% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE38A is #501C75. Grayscale: #C9C9C9. Windows color (decimal): -5250166 or 9102255. OLE color: 9102255.

HSL color Cylindrical-coordinate representation of color #AFE38A: hue angle of 95.06º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFE38A is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 227 138 -
CMYK 0.23 0 0.39 0.11
HSL 95.06º 0.61% 0.72% -
HSV(B) 95.06º 0.39% 0.89% -
XYZ 49.74 65.89 34.14 -
YUV 201.31 92.27 109.24 -
System Red Green Blue C M Y K H S L
Decimal 175 227 138 0.23 0 0.39 0.11 95.06 0.61 0.72
Hex AF E3 8A 17 0 27 B 5F 3D 48
Octal 257 343 212 27 0 47 13 137 75 110
Binary 10101111 11100011 10001010 10111 0 100111 1011 1011111 111101 1001000

Color Harmonies of #AFE38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE38A

Black with #AFE38A

Text Example


Text Example

White with #AFE38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE38A; }

 p { color: rgb(175,227,138); }

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

background-color css

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

 a { background-color: rgb(175,227,138); }

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

border-color css

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

 span { border-color: rgb(175,227,138); }

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