Html Css Color HEX #6ACA7A Fern

📋 copy color: '#6ACA7A'

red 106 ◦ green 202 ◦ blue 122

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

Shades of Fern #6ACA7A

Tints of Fern #6ACA7A

RGB

 RED value IS 106 (41.8% from 255) = 24.65%

 GREEN value IS 202 (79.3% from 255) = 46.98%

 BLUE value IS 122 (48.05% from 255) = 28.37%

R = 24.65%
G = 46.98%
B = 28.37%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#6ACA7A (or 0x6ACA7A) is known color: Fern. HEX triplet: 6A, CA and 7A. RGB value is (106,202,122). Sum of RGB (Red+Green+Blue) = 106+202+122=430 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.65% from 430); Green value is 202 (79.30% from 255 or 46.98% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 202 - color contains mainly: green. Hex color #6ACA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ACA7A is #953585. Grayscale: #A4A4A4. Windows color (decimal): -9778566 or 8047210. OLE color: 8047210.

HSL color Cylindrical-coordinate representation of color #6ACA7A: hue angle of 130º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ACA7A is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 106 202 122 -
CMYK 0.48 0 0.40 0.21
HSL 130º 0.48% 0.6% -
HSV(B) 130º 0.48% 0.79% -
XYZ 30.58 46.71 25.82 -
YUV 164.18 104.2 86.5 -
System Red Green Blue C M Y K H S L
Decimal 106 202 122 0.48 0 0.40 0.21 130 0.48 0.6
Hex 6A CA 7A 30 0 28 15 82 30 3C
Octal 152 312 172 60 0 50 25 202 60 74
Binary 1101010 11001010 1111010 110000 0 101000 10101 10000010 110000 111100

Color Harmonies of #6ACA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACA7A

Black with #6ACA7A

Text Example


Text Example

White with #6ACA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6ACA7A; }

 p { color: rgb(106,202,122); }

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

background-color css

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

 a { background-color: rgb(106,202,122); }

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

border-color css

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

 span { border-color: rgb(106,202,122); }

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