Html Css Color HEX #AFF388 Feijoa

📋 copy color: '#AFF388'

red 175 ◦ green 243 ◦ blue 136

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

Shades of Feijoa #AFF388

Tints of Feijoa #AFF388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 24.55%

R = 31.59%
G = 43.86%
B = 24.55%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#AFF388 (or 0xAFF388) is known color: Feijoa. HEX triplet: AF, F3 and 88. RGB value is (175,243,136). Sum of RGB (Red+Green+Blue) = 175+243+136=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 243 (95.31% from 255 or 43.86% from 554); Blue value is 136 (53.52% from 255 or 24.55% from 554); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF388 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF388 is #500C77. Grayscale: #D2D2D2. Windows color (decimal): -5246072 or 8975279. OLE color: 8975279.

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

Color convert

RGB 175 243 136 -
CMYK 0.28 0 0.44 0.05
HSL 98.13º 0.82% 0.74% -
HSV(B) 98.13º 0.44% 0.95% -
XYZ 54.17 74.99 34.91 -
YUV 210.47 85.97 102.7 -
System Red Green Blue C M Y K H S L
Decimal 175 243 136 0.28 0 0.44 0.05 98.13 0.82 0.74
Hex AF F3 88 1C 0 2C 5 62 52 4A
Octal 257 363 210 34 0 54 5 142 122 112
Binary 10101111 11110011 10001000 11100 0 101100 101 1100010 1010010 1001010

Color Harmonies of #AFF388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF388

Black with #AFF388

Text Example


Text Example

White with #AFF388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF388; }

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

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

background-color css

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

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

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

border-color css

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

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

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