Html Css Color HEX #A3CF41 Atlantis

📋 copy color: '#A3CF41'

red 163 ◦ green 207 ◦ blue 65

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

Shades of Atlantis #A3CF41

Tints of Atlantis #A3CF41

RGB

 RED value IS 163 (64.06% from 255) = 37.47%

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

 BLUE value IS 65 (25.78% from 255) = 14.94%

R = 37.47%
G = 47.59%
B = 14.94%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#A3CF41 (or 0xA3CF41) is known color: Atlantis. HEX triplet: A3, CF and 41. RGB value is (163,207,65). Sum of RGB (Red+Green+Blue) = 163+207+65=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 207 (81.25% from 255 or 47.59% from 435); Blue value is 65 (25.78% from 255 or 14.94% from 435); Max value from RGB is 207 - color contains mainly: green. Hex color #A3CF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3CF41 is #5C30BE. Grayscale: #B2B2B2. Windows color (decimal): -6041791 or 4312995. OLE color: 4312995.

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

Color convert

RGB 163 207 65 -
CMYK 0.21 0 0.69 0.19
HSL 78.59º 0.6% 0.53% -
HSV(B) 78.59º 0.69% 0.81% -
XYZ 38.37 52.79 13.17 -
YUV 177.66 64.42 117.55 -
System Red Green Blue C M Y K H S L
Decimal 163 207 65 0.21 0 0.69 0.19 78.59 0.6 0.53
Hex A3 CF 41 15 0 45 13 4F 3C 35
Octal 243 317 101 25 0 105 23 117 74 65
Binary 10100011 11001111 1000001 10101 0 1000101 10011 1001111 111100 110101

Color Harmonies of #A3CF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CF41

Black with #A3CF41

Text Example


Text Example

White with #A3CF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CF41; }

 p { color: rgb(163,207,65); }

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

background-color css

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

 a { background-color: rgb(163,207,65); }

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

border-color css

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

 span { border-color: rgb(163,207,65); }

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