Html Css Color HEX #AFF172 Sulu

📋 copy color: '#AFF172'

red 175 ◦ green 241 ◦ blue 114

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

Shades of Sulu #AFF172

Tints of Sulu #AFF172

RGB

 RED value IS 175 (68.75% from 255) = 33.02%

 GREEN value IS 241 (94.53% from 255) = 45.47%

 BLUE value IS 114 (44.92% from 255) = 21.51%

R = 33.02%
G = 45.47%
B = 21.51%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#AFF172 (or 0xAFF172) is known color: Sulu. HEX triplet: AF, F1 and 72. RGB value is (175,241,114). Sum of RGB (Red+Green+Blue) = 175+241+114=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 241 (94.53% from 255 or 45.47% from 530); Blue value is 114 (44.92% from 255 or 21.51% from 530); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF172 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF172 is #500E8D. Grayscale: #CFCFCF. Windows color (decimal): -5246606 or 7532975. OLE color: 7532975.

HSL color Cylindrical-coordinate representation of color #AFF172: hue angle of 91.18º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFF172 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 241 114 -
CMYK 0.27 0 0.53 0.05
HSL 91.18º 0.82% 0.7% -
HSV(B) 91.18º 0.53% 0.95% -
XYZ 52.17 73.24 27.31 -
YUV 206.79 75.63 105.33 -
System Red Green Blue C M Y K H S L
Decimal 175 241 114 0.27 0 0.53 0.05 91.18 0.82 0.7
Hex AF F1 72 1B 0 35 5 5B 52 46
Octal 257 361 162 33 0 65 5 133 122 106
Binary 10101111 11110001 1110010 11011 0 110101 101 1011011 1010010 1000110

Color Harmonies of #AFF172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF172

Black with #AFF172

Text Example


Text Example

White with #AFF172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF172; }

 p { color: rgb(175,241,114); }

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

background-color css

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

 a { background-color: rgb(175,241,114); }

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

border-color css

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

 span { border-color: rgb(175,241,114); }

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