Html Css Color HEX #A8F07B Feijoa

📋 copy color: '#A8F07B'

red 168 ◦ green 240 ◦ blue 123

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

Shades of Feijoa #A8F07B

Tints of Feijoa #A8F07B

RGB

 RED value IS 168 (66.02% from 255) = 31.64%

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

 BLUE value IS 123 (48.44% from 255) = 23.16%

R = 31.64%
G = 45.2%
B = 23.16%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#A8F07B (or 0xA8F07B) is known color: Feijoa. HEX triplet: A8, F0 and 7B. RGB value is (168,240,123). Sum of RGB (Red+Green+Blue) = 168+240+123=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 123 (48.44% from 255 or 23.16% from 531); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F07B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F07B is #570F84. Grayscale: #CDCDCD. Windows color (decimal): -5705605 or 8122536. OLE color: 8122536.

HSL color Cylindrical-coordinate representation of color #A8F07B: hue angle of 96.92º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8F07B is Cyan = 0.3, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 240 123 -
CMYK 0.3 0 0.49 0.06
HSL 96.92º 0.8% 0.71% -
HSV(B) 96.92º 0.49% 0.94% -
XYZ 50.88 72.08 29.97 -
YUV 205.13 81.65 101.51 -
System Red Green Blue C M Y K H S L
Decimal 168 240 123 0.3 0 0.49 0.06 96.92 0.8 0.71
Hex A8 F0 7B 1E 0 31 6 61 50 47
Octal 250 360 173 36 0 61 6 141 120 107
Binary 10101000 11110000 1111011 11110 0 110001 110 1100001 1010000 1000111

Color Harmonies of #A8F07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F07B

Black with #A8F07B

Text Example


Text Example

White with #A8F07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F07B; }

 p { color: rgb(168,240,123); }

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

background-color css

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

 a { background-color: rgb(168,240,123); }

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

border-color css

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

 span { border-color: rgb(168,240,123); }

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