Html Css Color HEX #A4F269 Feijoa

📋 copy color: '#A4F269'

red 164 ◦ green 242 ◦ blue 105

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

Shades of Feijoa #A4F269

Tints of Feijoa #A4F269

RGB

 RED value IS 164 (64.45% from 255) = 32.09%

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

 BLUE value IS 105 (41.41% from 255) = 20.55%

R = 32.09%
G = 47.36%
B = 20.55%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#A4F269 (or 0xA4F269) is known color: Feijoa. HEX triplet: A4, F2 and 69. RGB value is (164,242,105). Sum of RGB (Red+Green+Blue) = 164+242+105=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 242 (94.92% from 255 or 47.36% from 511); Blue value is 105 (41.41% from 255 or 20.55% from 511); Max value from RGB is 242 - color contains mainly: green. Hex color #A4F269 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F269 is #5B0D96. Grayscale: #CBCBCB. Windows color (decimal): -5967255 or 6943396. OLE color: 6943396.

HSL color Cylindrical-coordinate representation of color #A4F269: hue angle of 94.16º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A4F269 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 164 242 105 -
CMYK 0.32 0 0.57 0.05
HSL 94.16º 0.84% 0.68% -
HSV(B) 94.16º 0.57% 0.95% -
XYZ 49.61 72.42 24.73 -
YUV 203.06 72.66 100.14 -
System Red Green Blue C M Y K H S L
Decimal 164 242 105 0.32 0 0.57 0.05 94.16 0.84 0.68
Hex A4 F2 69 20 0 39 5 5E 54 44
Octal 244 362 151 40 0 71 5 136 124 104
Binary 10100100 11110010 1101001 100000 0 111001 101 1011110 1010100 1000100

Color Harmonies of #A4F269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4F269

Black with #A4F269

Text Example


Text Example

White with #A4F269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4F269; }

 p { color: rgb(164,242,105); }

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

background-color css

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

 a { background-color: rgb(164,242,105); }

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

border-color css

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

 span { border-color: rgb(164,242,105); }

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