Html Css Color HEX #A5CF75 Feijoa

📋 copy color: '#A5CF75'

red 165 ◦ green 207 ◦ blue 117

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

Shades of Feijoa #A5CF75

Tints of Feijoa #A5CF75

RGB

 RED value IS 165 (64.84% from 255) = 33.74%

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

 BLUE value IS 117 (46.09% from 255) = 23.93%

R = 33.74%
G = 42.33%
B = 23.93%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#A5CF75 (or 0xA5CF75) is known color: Feijoa. HEX triplet: A5, CF and 75. RGB value is (165,207,117). Sum of RGB (Red+Green+Blue) = 165+207+117=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CF75 is #5A308A. Grayscale: #B8B8B8. Windows color (decimal): -5910667 or 7720869. OLE color: 7720869.

HSL color Cylindrical-coordinate representation of color #A5CF75: hue angle of 88º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A5CF75 is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 207 117 -
CMYK 0.20 0 0.43 0.19
HSL 88º 0.48% 0.64% -
HSV(B) 88º 0.43% 0.81% -
XYZ 41.04 53.91 25.07 -
YUV 184.18 90.09 114.32 -
System Red Green Blue C M Y K H S L
Decimal 165 207 117 0.20 0 0.43 0.19 88 0.48 0.64
Hex A5 CF 75 14 0 2B 13 58 30 40
Octal 245 317 165 24 0 53 23 130 60 100
Binary 10100101 11001111 1110101 10100 0 101011 10011 1011000 110000 1000000

Color Harmonies of #A5CF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CF75

Black with #A5CF75

Text Example


Text Example

White with #A5CF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CF75; }

 p { color: rgb(165,207,117); }

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

background-color css

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

 a { background-color: rgb(165,207,117); }

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

border-color css

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

 span { border-color: rgb(165,207,117); }

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