Html Css Color HEX #01817A Surfie Green

📋 copy color: '#01817A'

red 1 ◦ green 129 ◦ blue 122

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

Shades of Surfie Green #01817A

Tints of Surfie Green #01817A

RGB

 RED value IS 1 (0.78% from 255) = 0.4%

 GREEN value IS 129 (50.78% from 255) = 51.19%

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

R = 0.4%
G = 51.19%
B = 48.41%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#01817A (or 0x01817A) is known color: Surfie Green. HEX triplet: 01, 81 and 7A. RGB value is (1,129,122). Sum of RGB (Red+Green+Blue) = 1+129+122=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 129 (50.78% from 255 or 51.19% from 252); Blue value is 122 (48.05% from 255 or 48.41% from 252); Max value from RGB is 129 - color contains mainly: green. Hex color #01817A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01817A is #FE7E85. Grayscale: #595959. Windows color (decimal): -16678534 or 8028417. OLE color: 8028417.

HSL color Cylindrical-coordinate representation of color #01817A: hue angle of 176.72º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01817A is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 129 122 -
CMYK 0.99 0 0.05 0.49
HSL 176.72º 0.98% 0.25% -
HSV(B) 176.72º 0.99% 0.51% -
XYZ 11.38 17.11 21.12 -
YUV 89.93 146.09 64.57 -
System Red Green Blue C M Y K H S L
Decimal 1 129 122 0.99 0 0.05 0.49 176.72 0.98 0.25
Hex 1 81 7A 63 0 5 31 B1 62 19
Octal 1 201 172 143 0 5 61 261 142 31
Binary 1 10000001 1111010 1100011 0 101 110001 10110001 1100010 11001

Color Harmonies of #01817A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01817A

Black with #01817A

Text Example


Text Example

White with #01817A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01817A; }

 p { color: rgb(1,129,122); }

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

background-color css

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

 a { background-color: rgb(1,129,122); }

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

border-color css

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

 span { border-color: rgb(1,129,122); }

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