Html Css Color HEX #6ACF64 Pastel Green

📋 copy color: '#6ACF64'

red 106 ◦ green 207 ◦ blue 100

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

Shades of Pastel Green #6ACF64

Tints of Pastel Green #6ACF64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.21%

R = 25.67%
G = 50.12%
B = 24.21%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#6ACF64 (or 0x6ACF64) is known color: Pastel Green. HEX triplet: 6A, CF and 64. RGB value is (106,207,100). Sum of RGB (Red+Green+Blue) = 106+207+100=413 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.67% from 413); Green value is 207 (81.25% from 255 or 50.12% from 413); Blue value is 100 (39.45% from 255 or 24.21% from 413); Max value from RGB is 207 - color contains mainly: green. Hex color #6ACF64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ACF64 is #95309B. Grayscale: #A4A4A4. Windows color (decimal): -9777308 or 6606698. OLE color: 6606698.

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

Color convert

RGB 106 207 100 -
CMYK 0.49 0 0.52 0.19
HSL 116.64º 0.53% 0.6% -
HSV(B) 116.64º 0.52% 0.81% -
XYZ 30.56 48.61 19.83 -
YUV 164.6 91.54 86.2 -
System Red Green Blue C M Y K H S L
Decimal 106 207 100 0.49 0 0.52 0.19 116.64 0.53 0.6
Hex 6A CF 64 31 0 34 13 75 35 3C
Octal 152 317 144 61 0 64 23 165 65 74
Binary 1101010 11001111 1100100 110001 0 110100 10011 1110101 110101 111100

Color Harmonies of #6ACF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACF64

Black with #6ACF64

Text Example


Text Example

White with #6ACF64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,207,100); }

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

background-color css

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

 a { background-color: rgb(106,207,100); }

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

border-color css

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

 span { border-color: rgb(106,207,100); }

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