Html Css Color HEX #AFF38B Feijoa

📋 copy color: '#AFF38B'

red 175 ◦ green 243 ◦ blue 139

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

Shades of Feijoa #AFF38B

Tints of Feijoa #AFF38B

RGB

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

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

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

R = 31.42%
G = 43.63%
B = 24.96%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#AFF38B (or 0xAFF38B) is known color: Feijoa. HEX triplet: AF, F3 and 8B. RGB value is (175,243,139). Sum of RGB (Red+Green+Blue) = 175+243+139=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 243 (95.31% from 255 or 43.63% from 557); Blue value is 139 (54.69% from 255 or 24.96% from 557); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF38B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF38B is #500C74. Grayscale: #D3D3D3. Windows color (decimal): -5246069 or 9171887. OLE color: 9171887.

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

Color convert

RGB 175 243 139 -
CMYK 0.28 0 0.43 0.05
HSL 99.23º 0.81% 0.75% -
HSV(B) 99.23º 0.43% 0.95% -
XYZ 54.39 75.08 36.05 -
YUV 210.81 87.47 102.46 -
System Red Green Blue C M Y K H S L
Decimal 175 243 139 0.28 0 0.43 0.05 99.23 0.81 0.75
Hex AF F3 8B 1C 0 2B 5 63 51 4B
Octal 257 363 213 34 0 53 5 143 121 113
Binary 10101111 11110011 10001011 11100 0 101011 101 1100011 1010001 1001011

Color Harmonies of #AFF38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF38B

Black with #AFF38B

Text Example


Text Example

White with #AFF38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF38B; }

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

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

background-color css

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

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

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

border-color css

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

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

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