Html Css Color HEX #A5CE69 Olivine

📋 copy color: '#A5CE69'

red 165 ◦ green 206 ◦ blue 105

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

Shades of Olivine #A5CE69

Tints of Olivine #A5CE69

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.28%

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

R = 34.66%
G = 43.28%
B = 22.06%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#A5CE69 (or 0xA5CE69) is known color: Olivine. HEX triplet: A5, CE and 69. RGB value is (165,206,105). Sum of RGB (Red+Green+Blue) = 165+206+105=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CE69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CE69 is #5A3196. Grayscale: #B6B6B6. Windows color (decimal): -5910935 or 6934181. OLE color: 6934181.

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

Color convert

RGB 165 206 105 -
CMYK 0.20 0 0.49 0.19
HSL 84.36º 0.51% 0.61% -
HSV(B) 84.36º 0.49% 0.81% -
XYZ 40.14 53.16 21.51 -
YUV 182.23 84.42 115.71 -
System Red Green Blue C M Y K H S L
Decimal 165 206 105 0.20 0 0.49 0.19 84.36 0.51 0.61
Hex A5 CE 69 14 0 31 13 54 33 3D
Octal 245 316 151 24 0 61 23 124 63 75
Binary 10100101 11001110 1101001 10100 0 110001 10011 1010100 110011 111101

Color Harmonies of #A5CE69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CE69

Black with #A5CE69

Text Example


Text Example

White with #A5CE69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CE69; }

 p { color: rgb(165,206,105); }

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

background-color css

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

 a { background-color: rgb(165,206,105); }

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

border-color css

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

 span { border-color: rgb(165,206,105); }

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