Html Css Color HEX #A4CF7B Feijoa

📋 copy color: '#A4CF7B'

red 164 ◦ green 207 ◦ blue 123

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

Shades of Feijoa #A4CF7B

Tints of Feijoa #A4CF7B

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.9%

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

R = 33.2%
G = 41.9%
B = 24.9%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#A4CF7B (or 0xA4CF7B) is known color: Feijoa. HEX triplet: A4, CF and 7B. RGB value is (164,207,123). Sum of RGB (Red+Green+Blue) = 164+207+123=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 123 (48.44% from 255 or 24.90% from 494); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CF7B is #5B3084. Grayscale: #B8B8B8. Windows color (decimal): -5976197 or 8114084. OLE color: 8114084.

HSL color Cylindrical-coordinate representation of color #A4CF7B: hue angle of 90.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A4CF7B is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 207 123 -
CMYK 0.21 0 0.41 0.19
HSL 90.71º 0.47% 0.65% -
HSV(B) 90.71º 0.41% 0.81% -
XYZ 41.2 53.95 26.98 -
YUV 184.57 93.25 113.33 -
System Red Green Blue C M Y K H S L
Decimal 164 207 123 0.21 0 0.41 0.19 90.71 0.47 0.65
Hex A4 CF 7B 15 0 29 13 5B 2F 41
Octal 244 317 173 25 0 51 23 133 57 101
Binary 10100100 11001111 1111011 10101 0 101001 10011 1011011 101111 1000001

Color Harmonies of #A4CF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CF7B

Black with #A4CF7B

Text Example


Text Example

White with #A4CF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CF7B; }

 p { color: rgb(164,207,123); }

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

background-color css

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

 a { background-color: rgb(164,207,123); }

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

border-color css

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

 span { border-color: rgb(164,207,123); }

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