Html Css Color HEX #6EAF01 Christi

📋 copy color: '#6EAF01'

red 110 ◦ green 175 ◦ blue 1

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

Shades of Christi #6EAF01

Tints of Christi #6EAF01

RGB

 RED value IS 110 (43.36% from 255) = 38.46%

 GREEN value IS 175 (68.75% from 255) = 61.19%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 38.46%
G = 61.19%
B = 0.35%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#6EAF01 (or 0x6EAF01) is known color: Christi. HEX triplet: 6E, AF and 01. RGB value is (110,175,1). Sum of RGB (Red+Green+Blue) = 110+175+1=286 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.46% from 286); Green value is 175 (68.75% from 255 or 61.19% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 175 - color contains mainly: green. Hex color #6EAF01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6EAF01 is #9150FE. Grayscale: #888888. Windows color (decimal): -9523455 or 110446. OLE color: 110446.

HSL color Cylindrical-coordinate representation of color #6EAF01: hue angle of 82.41º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6EAF01 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 110 175 1 -
CMYK 0.37 0 0.99 0.31
HSL 82.41º 0.99% 0.35% -
HSV(B) 82.41º 0.99% 0.69% -
XYZ 21.77 33.98 5.44 -
YUV 135.73 51.97 109.65 -
System Red Green Blue C M Y K H S L
Decimal 110 175 1 0.37 0 0.99 0.31 82.41 0.99 0.35
Hex 6E AF 1 25 0 63 1F 52 63 23
Octal 156 257 1 45 0 143 37 122 143 43
Binary 1101110 10101111 1 100101 0 1100011 11111 1010010 1100011 100011

Color Harmonies of #6EAF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAF01

Black with #6EAF01

Text Example


Text Example

White with #6EAF01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,175,1); }

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

background-color css

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

 a { background-color: rgb(110,175,1); }

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

border-color css

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

 span { border-color: rgb(110,175,1); }

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