Html Css Color HEX #A7F27D Feijoa

📋 copy color: '#A7F27D'

red 167 ◦ green 242 ◦ blue 125

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

Shades of Feijoa #A7F27D

Tints of Feijoa #A7F27D

RGB

 RED value IS 167 (65.63% from 255) = 31.27%

 GREEN value IS 242 (94.92% from 255) = 45.32%

 BLUE value IS 125 (49.22% from 255) = 23.41%

R = 31.27%
G = 45.32%
B = 23.41%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#A7F27D (or 0xA7F27D) is known color: Feijoa. HEX triplet: A7, F2 and 7D. RGB value is (167,242,125). Sum of RGB (Red+Green+Blue) = 167+242+125=534 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.27% from 534); Green value is 242 (94.92% from 255 or 45.32% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 242 - color contains mainly: green. Hex color #A7F27D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7F27D is #580D82. Grayscale: #CECECE. Windows color (decimal): -5770627 or 8254119. OLE color: 8254119.

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

Color convert

RGB 167 242 125 -
CMYK 0.31 0 0.48 0.05
HSL 98.46º 0.82% 0.72% -
HSV(B) 98.46º 0.48% 0.95% -
XYZ 51.39 73.2 30.82 -
YUV 206.24 82.15 100.01 -
System Red Green Blue C M Y K H S L
Decimal 167 242 125 0.31 0 0.48 0.05 98.46 0.82 0.72
Hex A7 F2 7D 1F 0 30 5 62 52 48
Octal 247 362 175 37 0 60 5 142 122 110
Binary 10100111 11110010 1111101 11111 0 110000 101 1100010 1010010 1001000

Color Harmonies of #A7F27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7F27D

Black with #A7F27D

Text Example


Text Example

White with #A7F27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7F27D; }

 p { color: rgb(167,242,125); }

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

background-color css

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

 a { background-color: rgb(167,242,125); }

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

border-color css

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

 span { border-color: rgb(167,242,125); }

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